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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : BOO017-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 : n023.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:27 EDT 2023

% Result   : Unsatisfiable 3.28s 0.80s
% Output   : Proof 3.76s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : BOO017-1 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof
% 0.12/0.34  % Computer : n023.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Sun Aug 27 08:23:26 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 3.28/0.80  Command-line arguments: --set-join --lhs-weight 1 --no-flatten-goal --complete-subsets --goal-heuristic
% 3.28/0.80  
% 3.28/0.80  % SZS status Unsatisfiable
% 3.28/0.80  
% 3.76/0.84  % SZS output start Proof
% 3.76/0.84  Take the following subset of the input axioms:
% 3.76/0.84    fof(addition_is_well_defined, axiom, ![X, Y, U, V]: (~sum(X, Y, U) | (~sum(X, Y, V) | U=V))).
% 3.76/0.84    fof(additive_identity2, axiom, ![X2]: sum(X2, additive_identity, X2)).
% 3.76/0.84    fof(additive_inverse2, axiom, ![X2]: sum(X2, inverse(X2), multiplicative_identity)).
% 3.76/0.84    fof(closure_of_addition, axiom, ![X2, Y2]: sum(X2, Y2, add(X2, Y2))).
% 3.76/0.84    fof(closure_of_multiplication, axiom, ![X2, Y2]: product(X2, Y2, multiply(X2, Y2))).
% 3.76/0.84    fof(commutativity_of_multiplication, axiom, ![Z, X2, Y2]: (~product(X2, Y2, Z) | product(Y2, X2, Z))).
% 3.76/0.84    fof(distributivity2, axiom, ![V1, V2, V3, V4, X2, Y2, Z2]: (~product(X2, Y2, V1) | (~product(X2, Z2, V2) | (~sum(Y2, Z2, V3) | (~sum(V1, V2, V4) | product(X2, V3, V4)))))).
% 3.76/0.84    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)))))).
% 3.76/0.84    fof(multiplication_is_well_defined, axiom, ![X2, Y2, U2, V5]: (~product(X2, Y2, U2) | (~product(X2, Y2, V5) | U2=V5))).
% 3.76/0.84    fof(multiplicative_identity1, axiom, ![X2]: product(multiplicative_identity, X2, X2)).
% 3.76/0.84    fof(multiplicative_identity2, axiom, ![X2]: product(X2, multiplicative_identity, X2)).
% 3.76/0.84    fof(prove_product, negated_conjecture, ~product(x, z, x)).
% 3.76/0.84    fof(x_plus_y, hypothesis, sum(x, y, z)).
% 3.76/0.84  
% 3.76/0.84  Now clausify the problem and encode Horn clauses using encoding 3 of
% 3.76/0.84  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 3.76/0.84  We repeatedly replace C & s=t => u=v by the two clauses:
% 3.76/0.84    fresh(y, y, x1...xn) = u
% 3.76/0.84    C => fresh(s, t, x1...xn) = v
% 3.76/0.84  where fresh is a fresh function symbol and x1..xn are the free
% 3.76/0.84  variables of u and v.
% 3.76/0.84  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 3.76/0.84  input problem has no model of domain size 1).
% 3.76/0.84  
% 3.76/0.84  The encoding turns the above axioms into the following unit equations and goals:
% 3.76/0.84  
% 3.76/0.84  Axiom 1 (additive_identity2): sum(X, additive_identity, X) = true.
% 3.76/0.84  Axiom 2 (x_plus_y): sum(x, y, z) = true.
% 3.76/0.84  Axiom 3 (multiplicative_identity2): product(X, multiplicative_identity, X) = true.
% 3.76/0.84  Axiom 4 (multiplicative_identity1): product(multiplicative_identity, X, X) = true.
% 3.76/0.84  Axiom 5 (multiplication_is_well_defined): fresh(X, X, Y, Z) = Z.
% 3.76/0.84  Axiom 6 (addition_is_well_defined): fresh3(X, X, Y, Z) = Z.
% 3.76/0.84  Axiom 7 (additive_inverse2): sum(X, inverse(X), multiplicative_identity) = true.
% 3.76/0.84  Axiom 8 (distributivity2): fresh34(X, X, Y, Z, W) = true.
% 3.76/0.84  Axiom 9 (distributivity5): fresh22(X, X, Y, Z, W) = true.
% 3.76/0.84  Axiom 10 (commutativity_of_multiplication): fresh6(X, X, Y, Z, W) = true.
% 3.76/0.84  Axiom 11 (closure_of_addition): sum(X, Y, add(X, Y)) = true.
% 3.76/0.84  Axiom 12 (closure_of_multiplication): product(X, Y, multiply(X, Y)) = true.
% 3.76/0.84  Axiom 13 (addition_is_well_defined): fresh4(X, X, Y, Z, W, V) = W.
% 3.76/0.84  Axiom 14 (multiplication_is_well_defined): fresh2(X, X, Y, Z, W, V) = W.
% 3.76/0.84  Axiom 15 (distributivity2): fresh32(X, X, Y, Z, W, V, U) = product(Y, V, U).
% 3.76/0.84  Axiom 16 (distributivity5): fresh20(X, X, Y, Z, W, V, U) = product(W, V, U).
% 3.76/0.84  Axiom 17 (distributivity5): fresh21(X, X, Y, Z, W, V, U, T) = fresh22(sum(Y, Z, W), true, W, U, T).
% 3.76/0.84  Axiom 18 (commutativity_of_multiplication): fresh6(product(X, Y, Z), true, X, Y, Z) = product(Y, X, Z).
% 3.76/0.84  Axiom 19 (distributivity2): fresh33(X, X, Y, Z, W, V, U, T, S) = fresh34(sum(Z, V, T), true, Y, T, S).
% 3.76/0.84  Axiom 20 (addition_is_well_defined): fresh4(sum(X, Y, Z), true, X, Y, W, Z) = fresh3(sum(X, Y, W), true, W, Z).
% 3.76/0.84  Axiom 21 (multiplication_is_well_defined): fresh2(product(X, Y, Z), true, X, Y, W, Z) = fresh(product(X, Y, W), true, W, Z).
% 3.76/0.84  Axiom 22 (distributivity2): fresh31(X, X, Y, Z, W, V, U, T, S) = fresh32(sum(W, U, S), true, Y, Z, V, T, S).
% 3.76/0.84  Axiom 23 (distributivity5): fresh19(X, X, Y, Z, W, V, U, T, S) = fresh20(sum(Y, V, U), true, Y, Z, W, U, S).
% 3.76/0.84  Axiom 24 (distributivity2): fresh31(product(X, Y, Z), true, X, W, V, Y, Z, U, T) = fresh33(product(X, W, V), true, X, W, V, Y, Z, U, T).
% 3.76/0.84  Axiom 25 (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).
% 3.76/0.84  
% 3.76/0.84  Lemma 26: fresh(product(X, multiplicative_identity, Y), true, Y, X) = Y.
% 3.76/0.84  Proof:
% 3.76/0.84    fresh(product(X, multiplicative_identity, Y), true, Y, X)
% 3.76/0.84  = { by axiom 21 (multiplication_is_well_defined) R->L }
% 3.76/0.84    fresh2(product(X, multiplicative_identity, X), true, X, multiplicative_identity, Y, X)
% 3.76/0.84  = { by axiom 3 (multiplicative_identity2) }
% 3.76/0.84    fresh2(true, true, X, multiplicative_identity, Y, X)
% 3.76/0.84  = { by axiom 14 (multiplication_is_well_defined) }
% 3.76/0.84    Y
% 3.76/0.84  
% 3.76/0.84  Lemma 27: fresh21(X, X, Y, Z, add(Y, Z), W, V, U) = true.
% 3.76/0.84  Proof:
% 3.76/0.84    fresh21(X, X, Y, Z, add(Y, Z), W, V, U)
% 3.76/0.84  = { by axiom 17 (distributivity5) }
% 3.76/0.84    fresh22(sum(Y, Z, add(Y, Z)), true, add(Y, Z), V, U)
% 3.76/0.84  = { by axiom 11 (closure_of_addition) }
% 3.76/0.84    fresh22(true, true, add(Y, Z), V, U)
% 3.76/0.84  = { by axiom 9 (distributivity5) }
% 3.76/0.84    true
% 3.76/0.84  
% 3.76/0.84  Goal 1 (prove_product): product(x, z, x) = true.
% 3.76/0.84  Proof:
% 3.76/0.84    product(x, z, x)
% 3.76/0.84  = { by axiom 18 (commutativity_of_multiplication) R->L }
% 3.76/0.84    fresh6(product(z, x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 6 (addition_is_well_defined) R->L }
% 3.76/0.84    fresh6(product(fresh3(true, true, add(x, y), z), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 11 (closure_of_addition) R->L }
% 3.76/0.84    fresh6(product(fresh3(sum(x, y, add(x, y)), true, add(x, y), z), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 20 (addition_is_well_defined) R->L }
% 3.76/0.84    fresh6(product(fresh4(sum(x, y, z), true, x, y, add(x, y), z), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 2 (x_plus_y) }
% 3.76/0.84    fresh6(product(fresh4(true, true, x, y, add(x, y), z), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 13 (addition_is_well_defined) }
% 3.76/0.84    fresh6(product(add(x, y), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 16 (distributivity5) R->L }
% 3.76/0.84    fresh6(fresh20(true, true, x, y, add(x, y), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 1 (additive_identity2) R->L }
% 3.76/0.84    fresh6(fresh20(sum(x, additive_identity, x), true, x, y, add(x, y), x, x), true, z, x, x)
% 3.76/0.84  = { by axiom 23 (distributivity5) R->L }
% 3.76/0.84    fresh6(fresh19(true, true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 12 (closure_of_multiplication) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, multiply(y, additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by lemma 26 R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, multiplicative_identity, multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by lemma 26 R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, fresh(product(add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 16 (distributivity5) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, fresh(fresh20(true, true, y, multiplicative_identity, add(y, multiplicative_identity), multiplicative_identity, multiplicative_identity), true, multiplicative_identity, add(y, multiplicative_identity)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 7 (additive_inverse2) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_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)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 23 (distributivity5) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_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)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 4 (multiplicative_identity1) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_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)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 25 (distributivity5) }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_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)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 7 (additive_inverse2) }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_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)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by lemma 27 }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, fresh(true, true, multiplicative_identity, add(y, multiplicative_identity)), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 5 (multiplication_is_well_defined) }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), multiply(y, additive_identity)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 5 (multiplication_is_well_defined) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), fresh(true, true, multiply(additive_identity, y), multiply(y, additive_identity))), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 10 (commutativity_of_multiplication) R->L }
% 3.76/0.84    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), fresh(fresh6(true, true, additive_identity, y, multiply(additive_identity, y)), true, multiply(additive_identity, y), multiply(y, additive_identity))), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.84  = { by axiom 12 (closure_of_multiplication) R->L }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), fresh(fresh6(product(additive_identity, y, multiply(additive_identity, y)), true, additive_identity, y, multiply(additive_identity, y)), true, multiply(additive_identity, y), multiply(y, additive_identity))), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 18 (commutativity_of_multiplication) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), fresh(product(y, additive_identity, multiply(additive_identity, y)), true, multiply(additive_identity, y), multiply(y, additive_identity))), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 21 (multiplication_is_well_defined) R->L }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), fresh2(product(y, additive_identity, multiply(y, additive_identity)), true, y, additive_identity, multiply(additive_identity, y), multiply(y, additive_identity))), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 12 (closure_of_multiplication) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), fresh2(true, true, y, additive_identity, multiply(additive_identity, y), multiply(y, additive_identity))), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 14 (multiplication_is_well_defined) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(product(additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 15 (distributivity2) R->L }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh32(true, true, additive_identity, y, multiplicative_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 1 (additive_identity2) R->L }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh32(sum(multiply(additive_identity, y), additive_identity, multiply(additive_identity, y)), true, additive_identity, y, multiplicative_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 22 (distributivity2) R->L }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh31(true, true, additive_identity, y, multiply(additive_identity, y), multiplicative_identity, additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 3 (multiplicative_identity2) R->L }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh31(product(additive_identity, multiplicative_identity, additive_identity), true, additive_identity, y, multiply(additive_identity, y), multiplicative_identity, additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 24 (distributivity2) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh33(product(additive_identity, y, multiply(additive_identity, y)), true, additive_identity, y, multiply(additive_identity, y), multiplicative_identity, additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 12 (closure_of_multiplication) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh33(true, true, additive_identity, y, multiply(additive_identity, y), multiplicative_identity, additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 19 (distributivity2) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh34(sum(y, multiplicative_identity, add(y, multiplicative_identity)), true, additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 11 (closure_of_addition) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(fresh34(true, true, additive_identity, add(y, multiplicative_identity), multiply(additive_identity, y)), true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 8 (distributivity2) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, fresh(true, true, multiply(y, additive_identity), additive_identity)), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 5 (multiplication_is_well_defined) }
% 3.76/0.85    fresh6(fresh19(product(y, additive_identity, additive_identity), true, x, y, add(x, y), additive_identity, x, additive_identity, x), true, z, x, x)
% 3.76/0.85  = { by axiom 25 (distributivity5) }
% 3.76/0.85    fresh6(fresh21(sum(x, additive_identity, x), true, x, y, add(x, y), additive_identity, x, x), true, z, x, x)
% 3.76/0.85  = { by axiom 1 (additive_identity2) }
% 3.76/0.85    fresh6(fresh21(true, true, x, y, add(x, y), additive_identity, x, x), true, z, x, x)
% 3.76/0.85  = { by lemma 27 }
% 3.76/0.85    fresh6(true, true, z, x, x)
% 3.76/0.85  = { by axiom 10 (commutativity_of_multiplication) }
% 3.76/0.85    true
% 3.76/0.85  % SZS output end Proof
% 3.76/0.85  
% 3.76/0.85  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------