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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : LCL193-1 : TPTP v8.1.2. Released v1.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 : n005.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 : Thu Aug 31 08:17:54 EDT 2023

% Result   : Unsatisfiable 63.98s 8.49s
% Output   : Proof 63.98s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LCL193-1 : TPTP v8.1.2. Released v1.1.0.
% 0.10/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.35  % Computer : n005.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug 25 05:24:23 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 63.98/8.49  Command-line arguments: --flip-ordering --lhs-weight 1 --depth-weight 60 --distributivity-heuristic
% 63.98/8.49  
% 63.98/8.49  % SZS status Unsatisfiable
% 63.98/8.49  
% 63.98/8.50  % SZS output start Proof
% 63.98/8.50  Take the following subset of the input axioms:
% 63.98/8.50    fof(axiom_1_4, axiom, ![A, B]: axiom(or(not(or(A, B)), or(B, A)))).
% 63.98/8.50    fof(axiom_1_6, axiom, ![C, A2, B2]: axiom(or(not(or(not(A2), B2)), or(not(or(C, A2)), or(C, B2))))).
% 63.98/8.50    fof(prove_this, negated_conjecture, ~theorem(or(not(or(not(q), r)), or(not(or(p, q)), or(r, p))))).
% 63.98/8.50    fof(rule_1, axiom, ![X]: (theorem(X) | ~axiom(X))).
% 63.98/8.50    fof(rule_2, axiom, ![Y, X2]: (theorem(X2) | (~axiom(or(not(Y), X2)) | ~theorem(Y)))).
% 63.98/8.50    fof(rule_3, axiom, ![Z, X2, Y2]: (theorem(or(not(X2), Z)) | (~axiom(or(not(X2), Y2)) | ~theorem(or(not(Y2), Z))))).
% 63.98/8.50  
% 63.98/8.50  Now clausify the problem and encode Horn clauses using encoding 3 of
% 63.98/8.50  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 63.98/8.50  We repeatedly replace C & s=t => u=v by the two clauses:
% 63.98/8.50    fresh(y, y, x1...xn) = u
% 63.98/8.50    C => fresh(s, t, x1...xn) = v
% 63.98/8.50  where fresh is a fresh function symbol and x1..xn are the free
% 63.98/8.50  variables of u and v.
% 63.98/8.50  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 63.98/8.50  input problem has no model of domain size 1).
% 63.98/8.50  
% 63.98/8.50  The encoding turns the above axioms into the following unit equations and goals:
% 63.98/8.50  
% 63.98/8.50  Axiom 1 (rule_1): fresh4(X, X, Y) = true.
% 63.98/8.50  Axiom 2 (rule_2): fresh3(X, X, Y) = true.
% 63.98/8.50  Axiom 3 (rule_3): fresh(X, X, Y, Z) = true.
% 63.98/8.50  Axiom 4 (rule_2): fresh5(X, X, Y, Z) = theorem(Y).
% 63.98/8.50  Axiom 5 (rule_1): fresh4(axiom(X), true, X) = theorem(X).
% 63.98/8.50  Axiom 6 (rule_3): fresh2(X, X, Y, Z, W) = theorem(or(not(Y), Z)).
% 63.98/8.50  Axiom 7 (rule_2): fresh5(theorem(X), true, Y, X) = fresh3(axiom(or(not(X), Y)), true, Y).
% 63.98/8.50  Axiom 8 (axiom_1_4): axiom(or(not(or(X, Y)), or(Y, X))) = true.
% 63.98/8.50  Axiom 9 (rule_3): fresh2(theorem(or(not(X), Y)), true, Z, Y, X) = fresh(axiom(or(not(Z), X)), true, Z, Y).
% 63.98/8.50  Axiom 10 (axiom_1_6): axiom(or(not(or(not(X), Y)), or(not(or(Z, X)), or(Z, Y)))) = true.
% 63.98/8.50  
% 63.98/8.50  Goal 1 (prove_this): theorem(or(not(or(not(q), r)), or(not(or(p, q)), or(r, p)))) = true.
% 63.98/8.50  Proof:
% 63.98/8.50    theorem(or(not(or(not(q), r)), or(not(or(p, q)), or(r, p))))
% 63.98/8.50  = { by axiom 6 (rule_3) R->L }
% 63.98/8.50    fresh2(true, true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 2 (rule_2) R->L }
% 63.98/8.50    fresh2(fresh3(true, true, or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p)))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 10 (axiom_1_6) R->L }
% 63.98/8.50    fresh2(fresh3(axiom(or(not(or(not(or(p, r)), or(r, p))), or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p))))), true, or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p)))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 7 (rule_2) R->L }
% 63.98/8.50    fresh2(fresh5(theorem(or(not(or(p, r)), or(r, p))), true, or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p))), or(not(or(p, r)), or(r, p))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 5 (rule_1) R->L }
% 63.98/8.50    fresh2(fresh5(fresh4(axiom(or(not(or(p, r)), or(r, p))), true, or(not(or(p, r)), or(r, p))), true, or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p))), or(not(or(p, r)), or(r, p))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 8 (axiom_1_4) }
% 63.98/8.50    fresh2(fresh5(fresh4(true, true, or(not(or(p, r)), or(r, p))), true, or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p))), or(not(or(p, r)), or(r, p))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 1 (rule_1) }
% 63.98/8.50    fresh2(fresh5(true, true, or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p))), or(not(or(p, r)), or(r, p))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 4 (rule_2) }
% 63.98/8.50    fresh2(theorem(or(not(or(not(or(p, q)), or(p, r))), or(not(or(p, q)), or(r, p)))), true, or(not(q), r), or(not(or(p, q)), or(r, p)), or(not(or(p, q)), or(p, r)))
% 63.98/8.50  = { by axiom 9 (rule_3) }
% 63.98/8.50    fresh(axiom(or(not(or(not(q), r)), or(not(or(p, q)), or(p, r)))), true, or(not(q), r), or(not(or(p, q)), or(r, p)))
% 63.98/8.50  = { by axiom 10 (axiom_1_6) }
% 63.98/8.50    fresh(true, true, or(not(q), r), or(not(or(p, q)), or(r, p)))
% 63.98/8.50  = { by axiom 3 (rule_3) }
% 63.98/8.50    true
% 63.98/8.50  % SZS output end Proof
% 63.98/8.50  
% 63.98/8.50  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------