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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : BOO016-1 : TPTP v8.1.2. Released v1.0.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 : n017.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 18:11:26 EDT 2023

% Result   : Unsatisfiable 0.20s 0.56s
% Output   : Proof 0.20s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : BOO016-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/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 : n017.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 : Sun Aug 27 08:01:41 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.56  Command-line arguments: --no-flatten-goal
% 0.20/0.56  
% 0.20/0.56  % SZS status Unsatisfiable
% 0.20/0.56  
% 0.20/0.57  % SZS output start Proof
% 0.20/0.57  Take the following subset of the input axioms:
% 0.20/0.57    fof(additive_inverse2, axiom, ![X]: sum(X, inverse(X), multiplicative_identity)).
% 0.20/0.57    fof(closure_of_addition, axiom, ![Y, X2]: sum(X2, Y, add(X2, Y))).
% 0.20/0.57    fof(commutativity_of_addition, axiom, ![Z, X2, Y2]: (~sum(X2, Y2, Z) | sum(Y2, X2, Z))).
% 0.20/0.57    fof(distributivity1, axiom, ![V1, V2, V3, V4, X2, Y2, Z2]: (~product(X2, Y2, V1) | (~product(X2, Z2, V2) | (~sum(Y2, Z2, V3) | (~product(X2, V3, V4) | sum(V1, V2, V4)))))).
% 0.20/0.57    fof(distributivity5, axiom, ![X2, Y2, Z2, V1_2, V2_2, V3_2, V4_2]: (~sum(X2, Y2, V1_2) | (~sum(X2, Z2, V2_2) | (~product(Y2, Z2, V3_2) | (~sum(X2, V3_2, V4_2) | product(V1_2, V2_2, V4_2)))))).
% 0.20/0.57    fof(multiplication_is_well_defined, axiom, ![U, V, X2, Y2]: (~product(X2, Y2, U) | (~product(X2, Y2, V) | U=V))).
% 0.20/0.57    fof(multiplicative_identity1, axiom, ![X2]: product(multiplicative_identity, X2, X2)).
% 0.20/0.57    fof(multiplicative_identity2, axiom, ![X2]: product(X2, multiplicative_identity, X2)).
% 0.20/0.57    fof(prove_sum, negated_conjecture, ~sum(x, z, x)).
% 0.20/0.57    fof(x_times_y, hypothesis, product(x, y, z)).
% 0.20/0.57  
% 0.20/0.57  Now clausify the problem and encode Horn clauses using encoding 3 of
% 0.20/0.57  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 0.20/0.57  We repeatedly replace C & s=t => u=v by the two clauses:
% 0.20/0.57    fresh(y, y, x1...xn) = u
% 0.20/0.57    C => fresh(s, t, x1...xn) = v
% 0.20/0.57  where fresh is a fresh function symbol and x1..xn are the free
% 0.20/0.57  variables of u and v.
% 0.20/0.57  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 0.20/0.57  input problem has no model of domain size 1).
% 0.20/0.57  
% 0.20/0.57  The encoding turns the above axioms into the following unit equations and goals:
% 0.20/0.57  
% 0.20/0.57  Axiom 1 (multiplicative_identity2): product(X, multiplicative_identity, X) = true.
% 0.20/0.57  Axiom 2 (x_times_y): product(x, y, z) = true.
% 0.20/0.57  Axiom 3 (multiplicative_identity1): product(multiplicative_identity, X, X) = true.
% 0.20/0.57  Axiom 4 (multiplication_is_well_defined): fresh(X, X, Y, Z) = Z.
% 0.20/0.57  Axiom 5 (additive_inverse2): sum(X, inverse(X), multiplicative_identity) = true.
% 0.20/0.57  Axiom 6 (distributivity1): fresh38(X, X, Y, Z, W) = true.
% 0.20/0.57  Axiom 7 (distributivity5): fresh22(X, X, Y, Z, W) = true.
% 0.20/0.57  Axiom 8 (commutativity_of_addition): fresh5(X, X, Y, Z, W) = true.
% 0.20/0.57  Axiom 9 (closure_of_addition): sum(X, Y, add(X, Y)) = true.
% 0.20/0.57  Axiom 10 (multiplication_is_well_defined): fresh2(X, X, Y, Z, W, V) = W.
% 0.20/0.57  Axiom 11 (distributivity5): fresh20(X, X, Y, Z, W, V, U) = product(W, V, U).
% 0.20/0.57  Axiom 12 (distributivity1): fresh36(X, X, Y, Z, W, V, U, T) = sum(Z, V, T).
% 0.20/0.57  Axiom 13 (distributivity5): fresh21(X, X, Y, Z, W, V, U, T) = fresh22(sum(Y, Z, W), true, W, U, T).
% 0.20/0.57  Axiom 14 (commutativity_of_addition): fresh5(sum(X, Y, Z), true, X, Y, Z) = sum(Y, X, Z).
% 0.20/0.57  Axiom 15 (distributivity1): fresh37(X, X, Y, Z, W, V, U, T, S) = fresh38(sum(Z, V, T), true, W, U, S).
% 0.20/0.57  Axiom 16 (multiplication_is_well_defined): fresh2(product(X, Y, Z), true, X, Y, W, Z) = fresh(product(X, Y, W), true, W, Z).
% 0.20/0.57  Axiom 17 (distributivity5): fresh19(X, X, Y, Z, W, V, U, T, S) = fresh20(sum(Y, V, U), true, Y, Z, W, U, S).
% 0.20/0.57  Axiom 18 (distributivity1): fresh35(X, X, Y, Z, W, V, U, T, S) = fresh36(product(Y, Z, W), true, Z, W, V, U, T, S).
% 0.20/0.57  Axiom 19 (distributivity1): fresh35(product(X, Y, Z), true, X, W, V, U, T, Y, Z) = fresh37(product(X, U, T), true, X, W, V, U, T, Y, Z).
% 0.20/0.57  Axiom 20 (distributivity5): fresh19(product(X, Y, Z), true, W, X, V, Y, U, Z, T) = fresh21(sum(W, Z, T), true, W, X, V, Y, U, T).
% 0.20/0.57  
% 0.20/0.57  Goal 1 (prove_sum): sum(x, z, x) = true.
% 0.20/0.57  Proof:
% 0.20/0.57    sum(x, z, x)
% 0.20/0.57  = { by axiom 14 (commutativity_of_addition) R->L }
% 0.20/0.57    fresh5(sum(z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 12 (distributivity1) R->L }
% 0.20/0.57    fresh5(fresh36(true, true, y, z, multiplicative_identity, x, multiplicative_identity, x), true, z, x, x)
% 0.20/0.57  = { by axiom 2 (x_times_y) R->L }
% 0.20/0.57    fresh5(fresh36(product(x, y, z), true, y, z, multiplicative_identity, x, multiplicative_identity, x), true, z, x, x)
% 0.20/0.57  = { by axiom 18 (distributivity1) R->L }
% 0.20/0.57    fresh5(fresh35(true, true, x, y, z, multiplicative_identity, x, multiplicative_identity, x), true, z, x, x)
% 0.20/0.57  = { by axiom 1 (multiplicative_identity2) R->L }
% 0.20/0.57    fresh5(fresh35(product(x, multiplicative_identity, x), true, x, y, z, multiplicative_identity, x, multiplicative_identity, x), true, z, x, x)
% 0.20/0.57  = { by axiom 19 (distributivity1) }
% 0.20/0.57    fresh5(fresh37(product(x, multiplicative_identity, x), true, x, y, z, multiplicative_identity, x, multiplicative_identity, x), true, z, x, x)
% 0.20/0.57  = { by axiom 1 (multiplicative_identity2) }
% 0.20/0.57    fresh5(fresh37(true, true, x, y, z, multiplicative_identity, x, multiplicative_identity, x), true, z, x, x)
% 0.20/0.57  = { by axiom 15 (distributivity1) }
% 0.20/0.57    fresh5(fresh38(sum(y, multiplicative_identity, multiplicative_identity), true, z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 10 (multiplication_is_well_defined) R->L }
% 0.20/0.57    fresh5(fresh38(sum(y, multiplicative_identity, fresh2(true, true, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 1 (multiplicative_identity2) R->L }
% 0.20/0.57    fresh5(fresh38(sum(y, multiplicative_identity, fresh2(product(add(y, multiplicative_identity), multiplicative_identity, add(y, multiplicative_identity)), true, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 16 (multiplication_is_well_defined) }
% 0.20/0.57    fresh5(fresh38(sum(y, multiplicative_identity, fresh(product(add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 11 (distributivity5) R->L }
% 0.20/0.57    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh20(true, true, y, multiplicative_identity, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 5 (additive_inverse2) R->L }
% 0.20/0.57    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh20(sum(y, inverse(y), multiplicative_identity), true, y, multiplicative_identity, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.57  = { by axiom 17 (distributivity5) R->L }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh19(true, true, y, multiplicative_identity, add(y, multiplicative_identity), inverse(y), multiplicative_identity, inverse(y), multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 3 (multiplicative_identity1) R->L }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh19(product(multiplicative_identity, inverse(y), inverse(y)), true, y, multiplicative_identity, add(y, multiplicative_identity), inverse(y), multiplicative_identity, inverse(y), multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 20 (distributivity5) }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh21(sum(y, inverse(y), multiplicative_identity), true, y, multiplicative_identity, add(y, multiplicative_identity), inverse(y), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 5 (additive_inverse2) }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh21(true, true, y, multiplicative_identity, add(y, multiplicative_identity), inverse(y), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 13 (distributivity5) }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh22(sum(y, multiplicative_identity, add(y, multiplicative_identity)), true, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 9 (closure_of_addition) }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(fresh22(true, true, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 7 (distributivity5) }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, fresh(true, true, multiplicative_identity, add(y, multiplicative_identity))), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 4 (multiplication_is_well_defined) }
% 0.20/0.58    fresh5(fresh38(sum(y, multiplicative_identity, add(y, multiplicative_identity)), true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 9 (closure_of_addition) }
% 0.20/0.58    fresh5(fresh38(true, true, z, x, x), true, z, x, x)
% 0.20/0.58  = { by axiom 6 (distributivity1) }
% 0.20/0.58    fresh5(true, true, z, x, x)
% 0.20/0.58  = { by axiom 8 (commutativity_of_addition) }
% 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).
%------------------------------------------------------------------------------