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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : FLD019-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 : n015.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:36:51 EDT 2023

% Result   : Unsatisfiable 0.22s 0.54s
% Output   : Proof 0.22s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : FLD019-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.15  % Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof
% 0.16/0.36  % Computer : n015.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Mon Aug 28 00:30:10 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.22/0.54  Command-line arguments: --kbo-weight0 --lhs-weight 5 --flip-ordering --normalise-queue-percent 10 --cp-renormalise-threshold 10 --goal-heuristic
% 0.22/0.54  
% 0.22/0.54  % SZS status Unsatisfiable
% 0.22/0.54  
% 0.22/0.54  % SZS output start Proof
% 0.22/0.54  Take the following subset of the input axioms:
% 0.22/0.54    fof(a_is_defined, hypothesis, defined(a)).
% 0.22/0.54    fof(associativity_addition_1, axiom, ![X, V, W, Y, U, Z]: (sum(X, V, W) | (~sum(X, Y, U) | (~sum(Y, Z, V) | ~sum(U, Z, W))))).
% 0.22/0.54    fof(commutativity_addition, axiom, ![X2, Y2, Z2]: (sum(Y2, X2, Z2) | ~sum(X2, Y2, Z2))).
% 0.22/0.54    fof(existence_of_identity_addition, axiom, ![X2]: (sum(additive_identity, X2, X2) | ~defined(X2))).
% 0.22/0.54    fof(existence_of_inverse_addition, axiom, ![X2]: (sum(additive_inverse(X2), X2, additive_identity) | ~defined(X2))).
% 0.22/0.54    fof(not_sum_3, negated_conjecture, ~sum(additive_identity, a, additive_identity)).
% 0.22/0.54    fof(sum_2, negated_conjecture, sum(additive_identity, additive_inverse(a), additive_identity)).
% 0.22/0.54    fof(well_definedness_of_additive_identity, axiom, defined(additive_identity)).
% 0.22/0.54  
% 0.22/0.54  Now clausify the problem and encode Horn clauses using encoding 3 of
% 0.22/0.54  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 0.22/0.54  We repeatedly replace C & s=t => u=v by the two clauses:
% 0.22/0.54    fresh(y, y, x1...xn) = u
% 0.22/0.54    C => fresh(s, t, x1...xn) = v
% 0.22/0.54  where fresh is a fresh function symbol and x1..xn are the free
% 0.22/0.54  variables of u and v.
% 0.22/0.54  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 0.22/0.54  input problem has no model of domain size 1).
% 0.22/0.54  
% 0.22/0.54  The encoding turns the above axioms into the following unit equations and goals:
% 0.22/0.54  
% 0.22/0.54  Axiom 1 (well_definedness_of_additive_identity): defined(additive_identity) = true.
% 0.22/0.54  Axiom 2 (a_is_defined): defined(a) = true.
% 0.22/0.54  Axiom 3 (existence_of_identity_addition): fresh14(X, X, Y) = true.
% 0.22/0.54  Axiom 4 (existence_of_inverse_addition): fresh12(X, X, Y) = true.
% 0.22/0.54  Axiom 5 (sum_2): sum(additive_identity, additive_inverse(a), additive_identity) = true.
% 0.22/0.54  Axiom 6 (existence_of_identity_addition): fresh14(defined(X), true, X) = sum(additive_identity, X, X).
% 0.22/0.54  Axiom 7 (existence_of_inverse_addition): fresh12(defined(X), true, X) = sum(additive_inverse(X), X, additive_identity).
% 0.22/0.54  Axiom 8 (associativity_addition_1): fresh44(X, X, Y, Z, W) = true.
% 0.22/0.54  Axiom 9 (commutativity_addition): fresh18(X, X, Y, Z, W) = true.
% 0.22/0.55  Axiom 10 (associativity_addition_1): fresh22(X, X, Y, Z, W, V, U) = sum(Y, Z, W).
% 0.22/0.55  Axiom 11 (commutativity_addition): fresh18(sum(X, Y, Z), true, Y, X, Z) = sum(Y, X, Z).
% 0.22/0.55  Axiom 12 (associativity_addition_1): fresh43(X, X, Y, Z, W, V, U, T) = fresh44(sum(Y, V, U), true, Y, Z, W).
% 0.22/0.55  Axiom 13 (associativity_addition_1): fresh43(sum(X, Y, Z), true, W, V, Z, U, X, Y) = fresh22(sum(U, Y, V), true, W, V, Z, U, X).
% 0.22/0.55  
% 0.22/0.55  Goal 1 (not_sum_3): sum(additive_identity, a, additive_identity) = true.
% 0.22/0.55  Proof:
% 0.22/0.55    sum(additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 11 (commutativity_addition) R->L }
% 0.22/0.55    fresh18(sum(a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 10 (associativity_addition_1) R->L }
% 0.22/0.55    fresh18(fresh22(true, true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 9 (commutativity_addition) R->L }
% 0.22/0.55    fresh18(fresh22(fresh18(true, true, additive_inverse(a), additive_identity, additive_identity), true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 5 (sum_2) R->L }
% 0.22/0.55    fresh18(fresh22(fresh18(sum(additive_identity, additive_inverse(a), additive_identity), true, additive_inverse(a), additive_identity, additive_identity), true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 11 (commutativity_addition) }
% 0.22/0.55    fresh18(fresh22(sum(additive_inverse(a), additive_identity, additive_identity), true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 13 (associativity_addition_1) R->L }
% 0.22/0.55    fresh18(fresh43(sum(additive_identity, additive_identity, additive_identity), true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 6 (existence_of_identity_addition) R->L }
% 0.22/0.55    fresh18(fresh43(fresh14(defined(additive_identity), true, additive_identity), true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 1 (well_definedness_of_additive_identity) }
% 0.22/0.55    fresh18(fresh43(fresh14(true, true, additive_identity), true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 3 (existence_of_identity_addition) }
% 0.22/0.55    fresh18(fresh43(true, true, a, additive_identity, additive_identity, additive_inverse(a), additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 12 (associativity_addition_1) }
% 0.22/0.55    fresh18(fresh44(sum(a, additive_inverse(a), additive_identity), true, a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 11 (commutativity_addition) R->L }
% 0.22/0.55    fresh18(fresh44(fresh18(sum(additive_inverse(a), a, additive_identity), true, a, additive_inverse(a), additive_identity), true, a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 7 (existence_of_inverse_addition) R->L }
% 0.22/0.55    fresh18(fresh44(fresh18(fresh12(defined(a), true, a), true, a, additive_inverse(a), additive_identity), true, a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 2 (a_is_defined) }
% 0.22/0.55    fresh18(fresh44(fresh18(fresh12(true, true, a), true, a, additive_inverse(a), additive_identity), true, a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 4 (existence_of_inverse_addition) }
% 0.22/0.55    fresh18(fresh44(fresh18(true, true, a, additive_inverse(a), additive_identity), true, a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 9 (commutativity_addition) }
% 0.22/0.55    fresh18(fresh44(true, true, a, additive_identity, additive_identity), true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 8 (associativity_addition_1) }
% 0.22/0.55    fresh18(true, true, additive_identity, a, additive_identity)
% 0.22/0.55  = { by axiom 9 (commutativity_addition) }
% 0.22/0.55    true
% 0.22/0.55  % SZS output end Proof
% 0.22/0.55  
% 0.22/0.55  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------