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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : FLD058-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 : n010.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:07 EDT 2023

% Result   : Unsatisfiable 3.05s 0.86s
% Output   : Proof 3.05s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : FLD058-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.14  % Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof
% 0.14/0.35  % Computer : n010.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sun Aug 27 23:22:04 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 3.05/0.86  Command-line arguments: --set-join --lhs-weight 1 --no-flatten-goal --complete-subsets --goal-heuristic
% 3.05/0.86  
% 3.05/0.86  % SZS status Unsatisfiable
% 3.05/0.86  
% 3.05/0.86  % SZS output start Proof
% 3.05/0.86  Take the following subset of the input axioms:
% 3.05/0.86    fof(a_is_defined, hypothesis, defined(a)).
% 3.05/0.86    fof(antisymmetry_of_order_relation, axiom, ![X, Y]: (sum(additive_identity, X, Y) | (~less_or_equal(X, Y) | ~less_or_equal(Y, X)))).
% 3.05/0.86    fof(commutativity_addition, axiom, ![Z, X2, Y2]: (sum(Y2, X2, Z) | ~sum(X2, Y2, Z))).
% 3.05/0.86    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))))).
% 3.05/0.86    fof(existence_of_identity_addition, axiom, ![X2]: (sum(additive_identity, X2, X2) | ~defined(X2))).
% 3.05/0.86    fof(less_or_equal_3, negated_conjecture, less_or_equal(additive_identity, a)).
% 3.05/0.86    fof(less_or_equal_4, negated_conjecture, less_or_equal(a, b)).
% 3.05/0.86    fof(not_sum_5, negated_conjecture, ~sum(additive_identity, a, additive_identity)).
% 3.05/0.86    fof(sum_6, negated_conjecture, sum(additive_identity, b, additive_identity)).
% 3.05/0.87  
% 3.05/0.87  Now clausify the problem and encode Horn clauses using encoding 3 of
% 3.05/0.87  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 3.05/0.87  We repeatedly replace C & s=t => u=v by the two clauses:
% 3.05/0.87    fresh(y, y, x1...xn) = u
% 3.05/0.87    C => fresh(s, t, x1...xn) = v
% 3.05/0.87  where fresh is a fresh function symbol and x1..xn are the free
% 3.05/0.87  variables of u and v.
% 3.05/0.87  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 3.05/0.87  input problem has no model of domain size 1).
% 3.05/0.87  
% 3.05/0.87  The encoding turns the above axioms into the following unit equations and goals:
% 3.05/0.87  
% 3.05/0.87  Axiom 1 (a_is_defined): defined(a) = true.
% 3.05/0.87  Axiom 2 (less_or_equal_4): less_or_equal(a, b) = true.
% 3.05/0.87  Axiom 3 (less_or_equal_3): less_or_equal(additive_identity, a) = true.
% 3.05/0.87  Axiom 4 (existence_of_identity_addition): fresh14(X, X, Y) = true.
% 3.05/0.87  Axiom 5 (sum_6): sum(additive_identity, b, additive_identity) = true.
% 3.05/0.87  Axiom 6 (compatibility_of_order_relation_and_addition): fresh28(X, X, Y, Z) = true.
% 3.05/0.87  Axiom 7 (antisymmetry_of_order_relation): fresh24(X, X, Y, Z) = true.
% 3.05/0.87  Axiom 8 (antisymmetry_of_order_relation): fresh23(X, X, Y, Z) = sum(additive_identity, Y, Z).
% 3.05/0.87  Axiom 9 (existence_of_identity_addition): fresh14(defined(X), true, X) = sum(additive_identity, X, X).
% 3.05/0.87  Axiom 10 (commutativity_addition): fresh18(X, X, Y, Z, W) = true.
% 3.05/0.87  Axiom 11 (antisymmetry_of_order_relation): fresh23(less_or_equal(X, Y), true, Y, X) = fresh24(less_or_equal(Y, X), true, Y, X).
% 3.05/0.87  Axiom 12 (compatibility_of_order_relation_and_addition): fresh16(X, X, Y, Z, W, V) = less_or_equal(Y, Z).
% 3.05/0.87  Axiom 13 (compatibility_of_order_relation_and_addition): fresh27(X, X, Y, Z, W, V, U) = fresh28(sum(W, U, Y), true, Y, Z).
% 3.05/0.87  Axiom 14 (commutativity_addition): fresh18(sum(X, Y, Z), true, Y, X, Z) = sum(Y, X, Z).
% 3.05/0.87  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).
% 3.05/0.87  
% 3.05/0.87  Goal 1 (not_sum_5): sum(additive_identity, a, additive_identity) = true.
% 3.05/0.87  Proof:
% 3.05/0.87    sum(additive_identity, a, additive_identity)
% 3.05/0.87  = { by axiom 8 (antisymmetry_of_order_relation) R->L }
% 3.05/0.87    fresh23(true, true, a, additive_identity)
% 3.05/0.87  = { by axiom 3 (less_or_equal_3) R->L }
% 3.05/0.87    fresh23(less_or_equal(additive_identity, a), true, a, additive_identity)
% 3.05/0.87  = { by axiom 11 (antisymmetry_of_order_relation) }
% 3.05/0.87    fresh24(less_or_equal(a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 12 (compatibility_of_order_relation_and_addition) R->L }
% 3.05/0.87    fresh24(fresh16(true, true, a, additive_identity, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 10 (commutativity_addition) R->L }
% 3.05/0.87    fresh24(fresh16(fresh18(true, true, b, additive_identity, additive_identity), true, a, additive_identity, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 5 (sum_6) R->L }
% 3.05/0.87    fresh24(fresh16(fresh18(sum(additive_identity, b, additive_identity), true, b, additive_identity, additive_identity), true, a, additive_identity, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 14 (commutativity_addition) }
% 3.05/0.87    fresh24(fresh16(sum(b, additive_identity, additive_identity), true, a, additive_identity, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 15 (compatibility_of_order_relation_and_addition) R->L }
% 3.05/0.87    fresh24(fresh27(less_or_equal(a, b), true, a, additive_identity, a, b, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 2 (less_or_equal_4) }
% 3.05/0.87    fresh24(fresh27(true, true, a, additive_identity, a, b, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 13 (compatibility_of_order_relation_and_addition) }
% 3.05/0.87    fresh24(fresh28(sum(a, additive_identity, a), true, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 14 (commutativity_addition) R->L }
% 3.05/0.87    fresh24(fresh28(fresh18(sum(additive_identity, a, a), true, a, additive_identity, a), true, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 9 (existence_of_identity_addition) R->L }
% 3.05/0.87    fresh24(fresh28(fresh18(fresh14(defined(a), true, a), true, a, additive_identity, a), true, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 1 (a_is_defined) }
% 3.05/0.87    fresh24(fresh28(fresh18(fresh14(true, true, a), true, a, additive_identity, a), true, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 4 (existence_of_identity_addition) }
% 3.05/0.87    fresh24(fresh28(fresh18(true, true, a, additive_identity, a), true, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 10 (commutativity_addition) }
% 3.05/0.87    fresh24(fresh28(true, true, a, additive_identity), true, a, additive_identity)
% 3.05/0.87  = { by axiom 6 (compatibility_of_order_relation_and_addition) }
% 3.05/0.87    fresh24(true, true, a, additive_identity)
% 3.05/0.87  = { by axiom 7 (antisymmetry_of_order_relation) }
% 3.05/0.87    true
% 3.05/0.87  % SZS output end Proof
% 3.05/0.87  
% 3.05/0.87  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------