TSTP Solution File: LCL155-1 by MaedMax---1.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : MaedMax---1.4
% Problem  : LCL155-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_maedmax %d %s

% Computer : n004.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 : Tue Jul 26 07:06:17 EDT 2022

% Result   : Unsatisfiable 1.92s 2.11s
% Output   : CNFRefutation 1.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   25 (  25 unt;   0 nHn;   9 RR)
%            Number of literals    :   25 (  24 equ;   4 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   4 con; 0-2 aty)
%            Number of variables   :   27 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(eq_0,axiom,
    X = implies(truth,X),
    file('/tmp/MaedMax_30846') ).

cnf(eq_1,axiom,
    truth = implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z))),
    file('/tmp/MaedMax_30846') ).

cnf(eq_2,axiom,
    truth = implies(implies(not(X),not(Y)),implies(Y,X)),
    file('/tmp/MaedMax_30846') ).

cnf(eq_3,axiom,
    implies(not(X),Y) = or(X,Y),
    file('/tmp/MaedMax_30846') ).

cnf(eq_4,axiom,
    or(X,Y) = or(Y,X),
    file('/tmp/MaedMax_30846') ).

cnf(eq_5,axiom,
    not(or(not(X),not(Y))) = and(X,Y),
    file('/tmp/MaedMax_30846') ).

cnf(eq_6,axiom,
    or(and(X,not(Y)),and(not(X),Y)) = xor(X,Y),
    file('/tmp/MaedMax_30846') ).

cnf(eq_7,axiom,
    not(truth) = falsehood,
    file('/tmp/MaedMax_30846') ).

cnf(eq_8,negated_conjecture,
    xor(x,x) != falsehood,
    file('/tmp/MaedMax_30846') ).

cnf(eq_9,plain,
    and(X,Y) = not(implies(not(not(X)),not(Y))),
    inference(rw,[status(thm)],[eq_5,eq_3]) ).

cnf(eq_10,plain,
    implies(not(not(implies(not(not(X)),not(not(Y))))),not(implies(not(not(not(X))),not(Y)))) = xor(X,Y),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[eq_6,eq_9]),eq_9]),eq_3]) ).

cnf(eq_11,plain,
    implies(not(X),Y) = implies(not(Y),X),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[eq_4,eq_3]),eq_3]) ).

cnf(eq_12,plain,
    implies(X,implies(implies(X,x102),implies(truth,x102))) = truth,
    inference(cp,[status(thm)],[eq_0,eq_1]) ).

cnf(eq_13,plain,
    implies(implies(not(X),not(truth)),X) = truth,
    inference(cp,[status(thm)],[eq_0,eq_2]) ).

cnf(eq_14,plain,
    truth = implies(X,implies(implies(X,Y),Y)),
    inference(rw,[status(thm)],[eq_12,eq_0]) ).

cnf(eq_15,plain,
    truth = implies(implies(truth,Y),Y),
    inference(cp,[status(thm)],[eq_14,eq_0]) ).

cnf(eq_16,plain,
    truth = implies(X,X),
    inference(rw,[status(thm)],[eq_15,eq_0]) ).

cnf(eq_17,plain,
    implies(not(not(X)),X) = truth,
    inference(cp,[status(thm)],[eq_11,eq_16]) ).

cnf(eq_18,plain,
    implies(truth,not(not(truth))) = truth,
    inference(cp,[status(thm)],[eq_17,eq_13]) ).

cnf(eq_19,plain,
    truth = not(not(truth)),
    inference(rw,[status(thm)],[eq_18,eq_0]) ).

cnf(eq_20,plain,
    truth = not(falsehood),
    inference(rw,[status(thm)],[eq_19,eq_7]) ).

cnf(eq_21,negated_conjecture,
    implies(not(not(implies(not(not(x)),not(not(x))))),not(implies(not(not(not(x))),not(x)))) != falsehood,
    inference(rw,[status(thm)],[eq_8,eq_10]) ).

cnf(eq_22,negated_conjecture,
    implies(not(not(implies(not(not(x)),not(not(x))))),not(implies(not(not(x)),not(not(x))))) != falsehood,
    inference(cp,[status(thm)],[eq_11,eq_21]) ).

cnf(eq_23,negated_conjecture,
    falsehood != falsehood,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[eq_22,eq_16]),eq_16]),eq_7]),eq_7]),eq_20]),eq_0]) ).

cnf(bot,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[eq_23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : LCL155-1 : TPTP v8.1.0. Released v1.0.0.
% 0.04/0.13  % Command  : run_maedmax %d %s
% 0.12/0.34  % Computer : n004.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 : Tue Jul 26 05:25:06 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.92/2.11  % SZS status Unsatisfiable
% 1.92/2.11  % SZS output start CNFRefutation for /tmp/MaedMax_30846
% See solution above
% 1.92/2.11  
%------------------------------------------------------------------------------