TSTP Solution File: FLD060-3 by Twee---2.4.2

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : FLD060-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof

% Computer : n026.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 22:37:08 EDT 2023

% Result   : Unsatisfiable 16.32s 2.50s
% Output   : Proof 16.72s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD060-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof
% 0.13/0.34  % Computer : n026.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 23:48:04 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 16.32/2.50  Command-line arguments: --kbo-weight0 --lhs-weight 5 --flip-ordering --normalise-queue-percent 10 --cp-renormalise-threshold 10 --goal-heuristic
% 16.32/2.50  
% 16.32/2.50  % SZS status Unsatisfiable
% 16.32/2.50  
% 16.32/2.50  % SZS output start Proof
% 16.32/2.50  Take the following subset of the input axioms:
% 16.32/2.50    fof(a_is_defined, hypothesis, defined(a)).
% 16.32/2.50    fof(b_is_defined, hypothesis, defined(b)).
% 16.32/2.50    fof(commutativity_addition, axiom, ![X, Y, Z]: (sum(Y, X, Z) | ~sum(X, Y, Z))).
% 16.32/2.50    fof(compatibility_of_order_relation_and_addition, axiom, ![V, U, X2, Y2, Z2]: (less_or_equal(U, V) | (~less_or_equal(X2, Y2) | (~sum(X2, Z2, U) | ~sum(Y2, Z2, V))))).
% 16.32/2.50    fof(less_or_equal_3, negated_conjecture, less_or_equal(a, b)).
% 16.32/2.50    fof(not_less_or_equal_4, negated_conjecture, ~less_or_equal(add(a, a), add(b, b))).
% 16.32/2.50    fof(totality_of_addition, axiom, ![X2, Y2]: (sum(X2, Y2, add(X2, Y2)) | (~defined(X2) | ~defined(Y2)))).
% 16.32/2.50    fof(transitivity_of_order_relation, axiom, ![X2, Y2, Z2]: (less_or_equal(X2, Z2) | (~less_or_equal(X2, Y2) | ~less_or_equal(Y2, Z2)))).
% 16.32/2.50  
% 16.32/2.50  Now clausify the problem and encode Horn clauses using encoding 3 of
% 16.32/2.50  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 16.32/2.50  We repeatedly replace C & s=t => u=v by the two clauses:
% 16.32/2.50    fresh(y, y, x1...xn) = u
% 16.32/2.50    C => fresh(s, t, x1...xn) = v
% 16.32/2.50  where fresh is a fresh function symbol and x1..xn are the free
% 16.32/2.50  variables of u and v.
% 16.32/2.50  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 16.32/2.50  input problem has no model of domain size 1).
% 16.32/2.50  
% 16.32/2.50  The encoding turns the above axioms into the following unit equations and goals:
% 16.32/2.50  
% 16.32/2.50  Axiom 1 (a_is_defined): defined(a) = true.
% 16.32/2.50  Axiom 2 (b_is_defined): defined(b) = true.
% 16.32/2.50  Axiom 3 (less_or_equal_3): less_or_equal(a, b) = true.
% 16.32/2.50  Axiom 4 (compatibility_of_order_relation_and_addition): fresh28(X, X, Y, Z) = true.
% 16.32/2.50  Axiom 5 (totality_of_addition): fresh11(X, X, Y, Z) = sum(Y, Z, add(Y, Z)).
% 16.32/2.50  Axiom 6 (totality_of_addition): fresh10(X, X, Y, Z) = true.
% 16.32/2.50  Axiom 7 (transitivity_of_order_relation): fresh6(X, X, Y, Z) = true.
% 16.32/2.50  Axiom 8 (commutativity_addition): fresh18(X, X, Y, Z, W) = true.
% 16.32/2.50  Axiom 9 (totality_of_addition): fresh11(defined(X), true, Y, X) = fresh10(defined(Y), true, Y, X).
% 16.32/2.50  Axiom 10 (transitivity_of_order_relation): fresh7(X, X, Y, Z, W) = less_or_equal(Y, Z).
% 16.32/2.50  Axiom 11 (compatibility_of_order_relation_and_addition): fresh16(X, X, Y, Z, W, V) = less_or_equal(Y, Z).
% 16.32/2.50  Axiom 12 (transitivity_of_order_relation): fresh7(less_or_equal(X, Y), true, Z, Y, X) = fresh6(less_or_equal(Z, X), true, Z, Y).
% 16.32/2.50  Axiom 13 (compatibility_of_order_relation_and_addition): fresh27(X, X, Y, Z, W, V, U) = fresh28(sum(W, U, Y), true, Y, Z).
% 16.32/2.50  Axiom 14 (commutativity_addition): fresh18(sum(X, Y, Z), true, Y, X, Z) = sum(Y, X, Z).
% 16.32/2.50  Axiom 15 (compatibility_of_order_relation_and_addition): fresh27(less_or_equal(X, Y), true, Z, W, X, Y, V) = fresh16(sum(Y, V, W), true, Z, W, X, V).
% 16.72/2.50  
% 16.72/2.50  Lemma 16: fresh11(defined(X), true, b, X) = true.
% 16.72/2.50  Proof:
% 16.72/2.50    fresh11(defined(X), true, b, X)
% 16.72/2.50  = { by axiom 9 (totality_of_addition) }
% 16.72/2.50    fresh10(defined(b), true, b, X)
% 16.72/2.50  = { by axiom 2 (b_is_defined) }
% 16.72/2.50    fresh10(true, true, b, X)
% 16.72/2.50  = { by axiom 6 (totality_of_addition) }
% 16.72/2.50    true
% 16.72/2.50  
% 16.72/2.50  Lemma 17: sum(b, a, add(b, a)) = true.
% 16.72/2.51  Proof:
% 16.72/2.51    sum(b, a, add(b, a))
% 16.72/2.51  = { by axiom 5 (totality_of_addition) R->L }
% 16.72/2.51    fresh11(true, true, b, a)
% 16.72/2.51  = { by axiom 1 (a_is_defined) R->L }
% 16.72/2.51    fresh11(defined(a), true, b, a)
% 16.72/2.51  = { by lemma 16 }
% 16.72/2.51    true
% 16.72/2.51  
% 16.72/2.51  Goal 1 (not_less_or_equal_4): less_or_equal(add(a, a), add(b, b)) = true.
% 16.72/2.51  Proof:
% 16.72/2.51    less_or_equal(add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 10 (transitivity_of_order_relation) R->L }
% 16.72/2.51    fresh7(true, true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 4 (compatibility_of_order_relation_and_addition) R->L }
% 16.72/2.51    fresh7(fresh28(true, true, add(b, a), add(b, b)), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 8 (commutativity_addition) R->L }
% 16.72/2.51    fresh7(fresh28(fresh18(true, true, a, b, add(b, a)), true, add(b, a), add(b, b)), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by lemma 17 R->L }
% 16.72/2.51    fresh7(fresh28(fresh18(sum(b, a, add(b, a)), true, a, b, add(b, a)), true, add(b, a), add(b, b)), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 14 (commutativity_addition) }
% 16.72/2.51    fresh7(fresh28(sum(a, b, add(b, a)), true, add(b, a), add(b, b)), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 13 (compatibility_of_order_relation_and_addition) R->L }
% 16.72/2.51    fresh7(fresh27(true, true, add(b, a), add(b, b), a, b, b), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 3 (less_or_equal_3) R->L }
% 16.72/2.51    fresh7(fresh27(less_or_equal(a, b), true, add(b, a), add(b, b), a, b, b), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 15 (compatibility_of_order_relation_and_addition) }
% 16.72/2.51    fresh7(fresh16(sum(b, b, add(b, b)), true, add(b, a), add(b, b), a, b), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 5 (totality_of_addition) R->L }
% 16.72/2.51    fresh7(fresh16(fresh11(true, true, b, b), true, add(b, a), add(b, b), a, b), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 2 (b_is_defined) R->L }
% 16.72/2.51    fresh7(fresh16(fresh11(defined(b), true, b, b), true, add(b, a), add(b, b), a, b), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by lemma 16 }
% 16.72/2.51    fresh7(fresh16(true, true, add(b, a), add(b, b), a, b), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 11 (compatibility_of_order_relation_and_addition) }
% 16.72/2.51    fresh7(less_or_equal(add(b, a), add(b, b)), true, add(a, a), add(b, b), add(b, a))
% 16.72/2.51  = { by axiom 12 (transitivity_of_order_relation) }
% 16.72/2.51    fresh6(less_or_equal(add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 11 (compatibility_of_order_relation_and_addition) R->L }
% 16.72/2.51    fresh6(fresh16(true, true, add(a, a), add(b, a), a, a), true, add(a, a), add(b, b))
% 16.72/2.51  = { by lemma 17 R->L }
% 16.72/2.51    fresh6(fresh16(sum(b, a, add(b, a)), true, add(a, a), add(b, a), a, a), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 15 (compatibility_of_order_relation_and_addition) R->L }
% 16.72/2.51    fresh6(fresh27(less_or_equal(a, b), true, add(a, a), add(b, a), a, b, a), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 3 (less_or_equal_3) }
% 16.72/2.51    fresh6(fresh27(true, true, add(a, a), add(b, a), a, b, a), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 13 (compatibility_of_order_relation_and_addition) }
% 16.72/2.51    fresh6(fresh28(sum(a, a, add(a, a)), true, add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 5 (totality_of_addition) R->L }
% 16.72/2.51    fresh6(fresh28(fresh11(true, true, a, a), true, add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 1 (a_is_defined) R->L }
% 16.72/2.51    fresh6(fresh28(fresh11(defined(a), true, a, a), true, add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 9 (totality_of_addition) }
% 16.72/2.51    fresh6(fresh28(fresh10(defined(a), true, a, a), true, add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 1 (a_is_defined) }
% 16.72/2.51    fresh6(fresh28(fresh10(true, true, a, a), true, add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 6 (totality_of_addition) }
% 16.72/2.51    fresh6(fresh28(true, true, add(a, a), add(b, a)), true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 4 (compatibility_of_order_relation_and_addition) }
% 16.72/2.51    fresh6(true, true, add(a, a), add(b, b))
% 16.72/2.51  = { by axiom 7 (transitivity_of_order_relation) }
% 16.72/2.51    true
% 16.72/2.51  % SZS output end Proof
% 16.72/2.51  
% 16.72/2.51  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------