TSTP Solution File: FLD021-1 by Twee---2.4.2

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : FLD021-1 : 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 : n021.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.20s 0.58s
% Output   : Proof 0.20s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD021-1 : 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.17/0.34  % Computer : n021.cluster.edu
% 0.17/0.34  % Model    : x86_64 x86_64
% 0.17/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.34  % Memory   : 8042.1875MB
% 0.17/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.34  % CPULimit : 300
% 0.17/0.34  % WCLimit  : 300
% 0.17/0.34  % DateTime : Sun Aug 27 23:42:58 EDT 2023
% 0.17/0.35  % CPUTime  : 
% 0.20/0.58  Command-line arguments: --flip-ordering --lhs-weight 1 --depth-weight 60 --distributivity-heuristic
% 0.20/0.58  
% 0.20/0.58  % SZS status Unsatisfiable
% 0.20/0.58  
% 0.20/0.58  % SZS output start Proof
% 0.20/0.58  Take the following subset of the input axioms:
% 0.20/0.58    fof(a_is_defined, hypothesis, defined(a)).
% 0.20/0.58    fof(add_not_equal_to_a_4, negated_conjecture, ~equalish(add(m, a), a)).
% 0.20/0.58    fof(compatibility_of_equality_and_addition, axiom, ![X, Y, Z]: (equalish(add(X, Z), add(Y, Z)) | (~defined(Z) | ~equalish(X, Y)))).
% 0.20/0.58    fof(existence_of_identity_addition, axiom, ![X2]: (equalish(add(additive_identity, X2), X2) | ~defined(X2))).
% 0.20/0.58    fof(m_equals_additive_identity_3, negated_conjecture, equalish(m, additive_identity)).
% 0.20/0.58    fof(transitivity_of_equality, axiom, ![X2, Y2, Z2]: (equalish(X2, Z2) | (~equalish(X2, Y2) | ~equalish(Y2, Z2)))).
% 0.20/0.58  
% 0.20/0.58  Now clausify the problem and encode Horn clauses using encoding 3 of
% 0.20/0.58  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 0.20/0.58  We repeatedly replace C & s=t => u=v by the two clauses:
% 0.20/0.58    fresh(y, y, x1...xn) = u
% 0.20/0.58    C => fresh(s, t, x1...xn) = v
% 0.20/0.58  where fresh is a fresh function symbol and x1..xn are the free
% 0.20/0.58  variables of u and v.
% 0.20/0.58  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 0.20/0.58  input problem has no model of domain size 1).
% 0.20/0.58  
% 0.20/0.58  The encoding turns the above axioms into the following unit equations and goals:
% 0.20/0.58  
% 0.20/0.58  Axiom 1 (a_is_defined): defined(a) = true.
% 0.20/0.58  Axiom 2 (m_equals_additive_identity_3): equalish(m, additive_identity) = true.
% 0.20/0.58  Axiom 3 (existence_of_identity_addition): fresh14(X, X, Y) = true.
% 0.20/0.58  Axiom 4 (existence_of_identity_addition): fresh14(defined(X), true, X) = equalish(add(additive_identity, X), X).
% 0.20/0.58  Axiom 5 (transitivity_of_equality): fresh8(X, X, Y, Z) = true.
% 0.20/0.58  Axiom 6 (compatibility_of_equality_and_addition): fresh23(X, X, Y, Z, W) = true.
% 0.20/0.58  Axiom 7 (transitivity_of_equality): fresh9(X, X, Y, Z, W) = equalish(Y, Z).
% 0.20/0.58  Axiom 8 (compatibility_of_equality_and_addition): fresh24(X, X, Y, Z, W) = equalish(add(Y, Z), add(W, Z)).
% 0.20/0.58  Axiom 9 (compatibility_of_equality_and_addition): fresh24(defined(X), true, Y, X, Z) = fresh23(equalish(Y, Z), true, Y, X, Z).
% 0.20/0.58  Axiom 10 (transitivity_of_equality): fresh9(equalish(X, Y), true, Z, Y, X) = fresh8(equalish(Z, X), true, Z, Y).
% 0.20/0.58  
% 0.20/0.58  Goal 1 (add_not_equal_to_a_4): equalish(add(m, a), a) = true.
% 0.20/0.58  Proof:
% 0.20/0.58    equalish(add(m, a), a)
% 0.20/0.58  = { by axiom 7 (transitivity_of_equality) R->L }
% 0.20/0.58    fresh9(true, true, add(m, a), a, add(additive_identity, a))
% 0.20/0.58  = { by axiom 3 (existence_of_identity_addition) R->L }
% 0.20/0.58    fresh9(fresh14(true, true, a), true, add(m, a), a, add(additive_identity, a))
% 0.20/0.58  = { by axiom 1 (a_is_defined) R->L }
% 0.20/0.58    fresh9(fresh14(defined(a), true, a), true, add(m, a), a, add(additive_identity, a))
% 0.20/0.58  = { by axiom 4 (existence_of_identity_addition) }
% 0.20/0.58    fresh9(equalish(add(additive_identity, a), a), true, add(m, a), a, add(additive_identity, a))
% 0.20/0.58  = { by axiom 10 (transitivity_of_equality) }
% 0.20/0.58    fresh8(equalish(add(m, a), add(additive_identity, a)), true, add(m, a), a)
% 0.20/0.58  = { by axiom 8 (compatibility_of_equality_and_addition) R->L }
% 0.20/0.58    fresh8(fresh24(true, true, m, a, additive_identity), true, add(m, a), a)
% 0.20/0.58  = { by axiom 1 (a_is_defined) R->L }
% 0.20/0.58    fresh8(fresh24(defined(a), true, m, a, additive_identity), true, add(m, a), a)
% 0.20/0.58  = { by axiom 9 (compatibility_of_equality_and_addition) }
% 0.20/0.58    fresh8(fresh23(equalish(m, additive_identity), true, m, a, additive_identity), true, add(m, a), a)
% 0.20/0.58  = { by axiom 2 (m_equals_additive_identity_3) }
% 0.20/0.58    fresh8(fresh23(true, true, m, a, additive_identity), true, add(m, a), a)
% 0.20/0.58  = { by axiom 6 (compatibility_of_equality_and_addition) }
% 0.20/0.58    fresh8(true, true, add(m, a), a)
% 0.20/0.58  = { by axiom 5 (transitivity_of_equality) }
% 0.20/0.58    true
% 0.20/0.58  % SZS output end Proof
% 0.20/0.58  
% 0.20/0.58  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------