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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : FLD020-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 : n031.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:52 EDT 2023

% Result   : Unsatisfiable 0.23s 0.74s
% Output   : Proof 0.23s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.14  % Problem  : FLD020-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.09/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.37  % Computer : n031.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Mon Aug 28 01:16:39 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.23/0.74  Command-line arguments: --set-join --lhs-weight 1 --no-flatten-goal --complete-subsets --goal-heuristic
% 0.23/0.74  
% 0.23/0.74  % SZS status Unsatisfiable
% 0.23/0.74  
% 0.23/0.75  % SZS output start Proof
% 0.23/0.75  Take the following subset of the input axioms:
% 0.23/0.75    fof(a_is_defined, hypothesis, defined(a)).
% 0.23/0.75    fof(associativity_addition_2, axiom, ![X, V, W, Y, U, Z]: (sum(U, Z, W) | (~sum(X, Y, U) | (~sum(Y, Z, V) | ~sum(X, V, W))))).
% 0.23/0.75    fof(commutativity_addition, axiom, ![X2, Y2, Z2]: (sum(Y2, X2, Z2) | ~sum(X2, Y2, Z2))).
% 0.23/0.75    fof(existence_of_inverse_addition, axiom, ![X2]: (sum(additive_inverse(X2), X2, additive_identity) | ~defined(X2))).
% 0.23/0.75    fof(not_sum_4, negated_conjecture, ~sum(additive_identity, m, additive_identity)).
% 0.23/0.75    fof(sum_3, negated_conjecture, sum(m, a, a)).
% 0.23/0.75  
% 0.23/0.75  Now clausify the problem and encode Horn clauses using encoding 3 of
% 0.23/0.75  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 0.23/0.75  We repeatedly replace C & s=t => u=v by the two clauses:
% 0.23/0.75    fresh(y, y, x1...xn) = u
% 0.23/0.75    C => fresh(s, t, x1...xn) = v
% 0.23/0.75  where fresh is a fresh function symbol and x1..xn are the free
% 0.23/0.75  variables of u and v.
% 0.23/0.75  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 0.23/0.75  input problem has no model of domain size 1).
% 0.23/0.75  
% 0.23/0.75  The encoding turns the above axioms into the following unit equations and goals:
% 0.23/0.75  
% 0.23/0.75  Axiom 1 (a_is_defined): defined(a) = true.
% 0.23/0.75  Axiom 2 (existence_of_inverse_addition): fresh12(X, X, Y) = true.
% 0.23/0.75  Axiom 3 (sum_3): sum(m, a, a) = true.
% 0.23/0.75  Axiom 4 (existence_of_inverse_addition): fresh12(defined(X), true, X) = sum(additive_inverse(X), X, additive_identity).
% 0.23/0.75  Axiom 5 (associativity_addition_2): fresh42(X, X, Y, Z, W) = true.
% 0.23/0.75  Axiom 6 (commutativity_addition): fresh18(X, X, Y, Z, W) = true.
% 0.23/0.75  Axiom 7 (associativity_addition_2): fresh21(X, X, Y, Z, W, V, U) = sum(Y, Z, W).
% 0.23/0.75  Axiom 8 (associativity_addition_2): fresh41(X, X, Y, Z, W, V, U, T) = fresh42(sum(V, U, Y), true, Y, Z, W).
% 0.23/0.75  Axiom 9 (commutativity_addition): fresh18(sum(X, Y, Z), true, Y, X, Z) = sum(Y, X, Z).
% 0.23/0.75  Axiom 10 (associativity_addition_2): fresh41(sum(X, Y, Z), true, W, Y, V, U, X, Z) = fresh21(sum(U, Z, V), true, W, Y, V, U, X).
% 0.23/0.75  
% 0.23/0.75  Goal 1 (not_sum_4): sum(additive_identity, m, additive_identity) = true.
% 0.23/0.75  Proof:
% 0.23/0.75    sum(additive_identity, m, additive_identity)
% 0.23/0.75  = { by axiom 7 (associativity_addition_2) R->L }
% 0.23/0.75    fresh21(true, true, additive_identity, m, additive_identity, additive_inverse(a), a)
% 0.23/0.75  = { by axiom 2 (existence_of_inverse_addition) R->L }
% 0.23/0.75    fresh21(fresh12(true, true, a), true, additive_identity, m, additive_identity, additive_inverse(a), a)
% 0.23/0.75  = { by axiom 1 (a_is_defined) R->L }
% 0.23/0.75    fresh21(fresh12(defined(a), true, a), true, additive_identity, m, additive_identity, additive_inverse(a), a)
% 0.23/0.75  = { by axiom 4 (existence_of_inverse_addition) }
% 0.23/0.75    fresh21(sum(additive_inverse(a), a, additive_identity), true, additive_identity, m, additive_identity, additive_inverse(a), a)
% 0.23/0.75  = { by axiom 10 (associativity_addition_2) R->L }
% 0.23/0.75    fresh41(sum(a, m, a), true, additive_identity, m, additive_identity, additive_inverse(a), a, a)
% 0.23/0.75  = { by axiom 9 (commutativity_addition) R->L }
% 0.23/0.75    fresh41(fresh18(sum(m, a, a), true, a, m, a), true, additive_identity, m, additive_identity, additive_inverse(a), a, a)
% 0.23/0.75  = { by axiom 3 (sum_3) }
% 0.23/0.75    fresh41(fresh18(true, true, a, m, a), true, additive_identity, m, additive_identity, additive_inverse(a), a, a)
% 0.23/0.75  = { by axiom 6 (commutativity_addition) }
% 0.23/0.75    fresh41(true, true, additive_identity, m, additive_identity, additive_inverse(a), a, a)
% 0.23/0.75  = { by axiom 8 (associativity_addition_2) }
% 0.23/0.75    fresh42(sum(additive_inverse(a), a, additive_identity), true, additive_identity, m, additive_identity)
% 0.23/0.75  = { by axiom 4 (existence_of_inverse_addition) R->L }
% 0.23/0.75    fresh42(fresh12(defined(a), true, a), true, additive_identity, m, additive_identity)
% 0.23/0.75  = { by axiom 1 (a_is_defined) }
% 0.23/0.75    fresh42(fresh12(true, true, a), true, additive_identity, m, additive_identity)
% 0.23/0.75  = { by axiom 2 (existence_of_inverse_addition) }
% 0.23/0.75    fresh42(true, true, additive_identity, m, additive_identity)
% 0.23/0.75  = { by axiom 5 (associativity_addition_2) }
% 0.23/0.75    true
% 0.23/0.75  % SZS output end Proof
% 0.23/0.75  
% 0.23/0.75  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------