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

View Problem - Process Solution

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

% Computer : n025.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 0.18s 0.57s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   29 (  29 unt;   0 nHn;  11 RR)
%            Number of literals    :   29 (  28 equ;   6 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   5 con; 0-2 aty)
%            Number of variables   :   28 (   0 sgn)

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

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

cnf(eq_2,axiom,
    implies(implies(X,Y),Y) = implies(implies(Y,X),X),
    file('/tmp/MaedMax_25607') ).

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

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

cnf(eq_5,axiom,
    or(X,Y) = or(Y,X),
    file('/tmp/MaedMax_25607') ).

cnf(eq_6,axiom,
    not(or(not(X),not(Y))) = and_star(X,Y),
    file('/tmp/MaedMax_25607') ).

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

cnf(eq_8,negated_conjecture,
    and_star(x,truth) != x,
    file('/tmp/MaedMax_25607') ).

cnf(eq_9,plain,
    and_star(X,Y) = not(implies(not(not(X)),not(Y))),
    inference(rw,[status(thm)],[eq_6,eq_4]) ).

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

cnf(eq_11,negated_conjecture,
    not(implies(not(not(x)),falsehood)) != x,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[eq_8,eq_9]),eq_7]) ).

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_3]) ).

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

cnf(eq_15,negated_conjecture,
    not(implies(not(not(x)),not(truth))) != x,
    inference(rw,[status(thm)],[eq_11,eq_7]) ).

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

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

cnf(eq_18,negated_conjecture,
    not(implies(not(not(truth)),not(x))) != x,
    inference(cp,[status(thm)],[eq_10,eq_15]) ).

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

cnf(eq_20,plain,
    implies(truth,implies(x101,not(not(x101)))) = truth,
    inference(cp,[status(thm)],[eq_19,eq_3]) ).

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

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

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

cnf(eq_24,plain,
    truth = implies(X,not(not(X))),
    inference(rw,[status(thm)],[eq_20,eq_0]) ).

cnf(eq_25,plain,
    X = not(not(X)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[eq_22,eq_0]),eq_24]),eq_0]) ).

cnf(eq_26,negated_conjecture,
    not(not(x)) != x,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[eq_18,eq_23]),eq_0]) ).

cnf(eq_27,negated_conjecture,
    x != x,
    inference(cp,[status(thm)],[eq_25,eq_26]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : LCL156-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.12  % Command  : run_maedmax %d %s
% 0.12/0.33  % Computer : n025.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Tue Jul 26 05:36:14 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.57  % SZS status Unsatisfiable
% 0.18/0.57  % SZS output start CNFRefutation for /tmp/MaedMax_25607
% See solution above
% 0.18/0.57  
%------------------------------------------------------------------------------