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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : FLD022-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:36:52 EDT 2023

% Result   : Unsatisfiable 15.24s 2.37s
% Output   : Proof 15.24s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD022-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 : Mon Aug 28 01:00:04 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 15.24/2.37  Command-line arguments: --kbo-weight0 --lhs-weight 5 --flip-ordering --normalise-queue-percent 10 --cp-renormalise-threshold 10 --goal-heuristic
% 15.24/2.37  
% 15.24/2.37  % SZS status Unsatisfiable
% 15.24/2.37  
% 15.24/2.37  % SZS output start Proof
% 15.24/2.37  Take the following subset of the input axioms:
% 15.24/2.37    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))))).
% 15.24/2.37    fof(associativity_addition_2, axiom, ![X2, Y2, Z2, V2, W2, U2]: (sum(U2, Z2, W2) | (~sum(X2, Y2, U2) | (~sum(Y2, Z2, V2) | ~sum(X2, V2, W2))))).
% 15.24/2.37    fof(b_is_defined, hypothesis, defined(b)).
% 15.24/2.37    fof(c_is_defined, hypothesis, defined(c)).
% 15.24/2.37    fof(commutativity_addition, axiom, ![X2, Y2, Z2]: (sum(Y2, X2, Z2) | ~sum(X2, Y2, Z2))).
% 15.24/2.37    fof(existence_of_identity_addition, axiom, ![X2]: (sum(additive_identity, X2, X2) | ~defined(X2))).
% 15.24/2.37    fof(existence_of_inverse_addition, axiom, ![X2]: (sum(additive_inverse(X2), X2, additive_identity) | ~defined(X2))).
% 15.24/2.37    fof(not_sum_7, negated_conjecture, ~sum(additive_identity, a, b)).
% 15.24/2.37    fof(sum_5, negated_conjecture, sum(a, c, u)).
% 15.24/2.37    fof(sum_6, negated_conjecture, sum(b, c, u)).
% 15.24/2.37  
% 15.24/2.37  Now clausify the problem and encode Horn clauses using encoding 3 of
% 15.24/2.37  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 15.24/2.37  We repeatedly replace C & s=t => u=v by the two clauses:
% 15.24/2.38    fresh(y, y, x1...xn) = u
% 15.24/2.38    C => fresh(s, t, x1...xn) = v
% 15.24/2.38  where fresh is a fresh function symbol and x1..xn are the free
% 15.24/2.38  variables of u and v.
% 15.24/2.38  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 15.24/2.38  input problem has no model of domain size 1).
% 15.24/2.38  
% 15.24/2.38  The encoding turns the above axioms into the following unit equations and goals:
% 15.24/2.38  
% 15.24/2.38  Axiom 1 (b_is_defined): defined(b) = true.
% 15.24/2.38  Axiom 2 (c_is_defined): defined(c) = true.
% 15.24/2.38  Axiom 3 (sum_5): sum(a, c, u) = true.
% 15.24/2.38  Axiom 4 (sum_6): sum(b, c, u) = true.
% 15.24/2.38  Axiom 5 (existence_of_identity_addition): fresh14(X, X, Y) = true.
% 15.24/2.38  Axiom 6 (existence_of_inverse_addition): fresh12(X, X, Y) = true.
% 15.24/2.38  Axiom 7 (existence_of_identity_addition): fresh14(defined(X), true, X) = sum(additive_identity, X, X).
% 15.24/2.38  Axiom 8 (existence_of_inverse_addition): fresh12(defined(X), true, X) = sum(additive_inverse(X), X, additive_identity).
% 15.24/2.38  Axiom 9 (associativity_addition_1): fresh44(X, X, Y, Z, W) = true.
% 15.24/2.38  Axiom 10 (associativity_addition_2): fresh42(X, X, Y, Z, W) = true.
% 15.24/2.38  Axiom 11 (commutativity_addition): fresh18(X, X, Y, Z, W) = true.
% 15.24/2.38  Axiom 12 (associativity_addition_1): fresh22(X, X, Y, Z, W, V, U) = sum(Y, Z, W).
% 15.24/2.38  Axiom 13 (associativity_addition_2): fresh21(X, X, Y, Z, W, V, U) = sum(Y, Z, W).
% 15.24/2.38  Axiom 14 (commutativity_addition): fresh18(sum(X, Y, Z), true, Y, X, Z) = sum(Y, X, Z).
% 15.24/2.38  Axiom 15 (associativity_addition_1): fresh43(X, X, Y, Z, W, V, U, T) = fresh44(sum(Y, V, U), true, Y, Z, W).
% 15.24/2.38  Axiom 16 (associativity_addition_2): fresh41(X, X, Y, Z, W, V, U, T) = fresh42(sum(V, U, Y), true, Y, Z, W).
% 15.24/2.38  Axiom 17 (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).
% 15.24/2.38  Axiom 18 (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).
% 15.24/2.38  
% 15.24/2.38  Lemma 19: sum(additive_inverse(c), c, additive_identity) = true.
% 15.24/2.38  Proof:
% 15.24/2.38    sum(additive_inverse(c), c, additive_identity)
% 15.24/2.38  = { by axiom 8 (existence_of_inverse_addition) R->L }
% 15.24/2.38    fresh12(defined(c), true, c)
% 15.24/2.38  = { by axiom 2 (c_is_defined) }
% 15.24/2.38    fresh12(true, true, c)
% 15.24/2.38  = { by axiom 6 (existence_of_inverse_addition) }
% 15.24/2.38    true
% 15.24/2.38  
% 15.24/2.38  Goal 1 (not_sum_7): sum(additive_identity, a, b) = true.
% 15.24/2.38  Proof:
% 15.24/2.38    sum(additive_identity, a, b)
% 15.24/2.38  = { by axiom 13 (associativity_addition_2) R->L }
% 15.24/2.38    fresh21(true, true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 9 (associativity_addition_1) R->L }
% 15.24/2.38    fresh21(fresh44(true, true, additive_inverse(c), u, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by lemma 19 R->L }
% 15.24/2.38    fresh21(fresh44(sum(additive_inverse(c), c, additive_identity), true, additive_inverse(c), u, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 15 (associativity_addition_1) R->L }
% 15.24/2.38    fresh21(fresh43(true, true, additive_inverse(c), u, b, c, additive_identity, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 5 (existence_of_identity_addition) R->L }
% 15.24/2.38    fresh21(fresh43(fresh14(true, true, b), true, additive_inverse(c), u, b, c, additive_identity, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 1 (b_is_defined) R->L }
% 15.24/2.38    fresh21(fresh43(fresh14(defined(b), true, b), true, additive_inverse(c), u, b, c, additive_identity, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 7 (existence_of_identity_addition) }
% 15.24/2.38    fresh21(fresh43(sum(additive_identity, b, b), true, additive_inverse(c), u, b, c, additive_identity, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 17 (associativity_addition_1) }
% 15.24/2.38    fresh21(fresh22(sum(c, b, u), true, additive_inverse(c), u, b, c, additive_identity), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 14 (commutativity_addition) R->L }
% 15.24/2.38    fresh21(fresh22(fresh18(sum(b, c, u), true, c, b, u), true, additive_inverse(c), u, b, c, additive_identity), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 4 (sum_6) }
% 15.24/2.38    fresh21(fresh22(fresh18(true, true, c, b, u), true, additive_inverse(c), u, b, c, additive_identity), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 11 (commutativity_addition) }
% 15.24/2.38    fresh21(fresh22(true, true, additive_inverse(c), u, b, c, additive_identity), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 12 (associativity_addition_1) }
% 15.24/2.38    fresh21(sum(additive_inverse(c), u, b), true, additive_identity, a, b, additive_inverse(c), c)
% 15.24/2.38  = { by axiom 18 (associativity_addition_2) R->L }
% 15.24/2.38    fresh41(sum(c, a, u), true, additive_identity, a, b, additive_inverse(c), c, u)
% 15.24/2.38  = { by axiom 14 (commutativity_addition) R->L }
% 15.24/2.38    fresh41(fresh18(sum(a, c, u), true, c, a, u), true, additive_identity, a, b, additive_inverse(c), c, u)
% 15.24/2.38  = { by axiom 3 (sum_5) }
% 15.24/2.38    fresh41(fresh18(true, true, c, a, u), true, additive_identity, a, b, additive_inverse(c), c, u)
% 15.24/2.38  = { by axiom 11 (commutativity_addition) }
% 15.24/2.38    fresh41(true, true, additive_identity, a, b, additive_inverse(c), c, u)
% 15.24/2.38  = { by axiom 16 (associativity_addition_2) }
% 15.24/2.38    fresh42(sum(additive_inverse(c), c, additive_identity), true, additive_identity, a, b)
% 15.24/2.38  = { by lemma 19 }
% 15.24/2.38    fresh42(true, true, additive_identity, a, b)
% 15.24/2.38  = { by axiom 10 (associativity_addition_2) }
% 15.24/2.38    true
% 15.24/2.38  % SZS output end Proof
% 15.24/2.38  
% 15.24/2.38  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------