TSTP Solution File: LCL495+1 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : LCL495+1 : TPTP v8.2.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n024.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 : Mon May 20 23:46:39 EDT 2024

% Result   : Theorem 13.32s 2.15s
% Output   : CNFRefutation 13.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   26
% Syntax   : Number of formulae    :  115 (  59 unt;   0 def)
%            Number of atoms       :  208 (  34 equ)
%            Maximal formula atoms :   10 (   1 avg)
%            Number of connectives :  160 (  67   ~;  66   |;  12   &)
%                                         (   8 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :   16 (  14 usr;  14 prp; 0-2 aty)
%            Number of functors    :   22 (  22 usr;  17 con; 0-2 aty)
%            Number of variables   :  172 (   2 sgn  54   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(op_implies_or,axiom,
    ( op_implies_or
   => ! [X1,X2] : implies(X1,X2) = or(not(X1),X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+1.ax',op_implies_or) ).

fof(op_implies_and,axiom,
    ( op_implies_and
   => ! [X1,X2] : implies(X1,X2) = not(and(X1,not(X2))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+1.ax',op_implies_and) ).

fof(op_and,axiom,
    ( op_and
   => ! [X1,X2] : and(X1,X2) = not(or(not(X1),not(X2))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+1.ax',op_and) ).

fof(principia_op_implies_or,axiom,
    op_implies_or,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_op_implies_or) ).

fof(hilbert_op_implies_and,axiom,
    op_implies_and,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hilbert_op_implies_and) ).

fof(principia_op_and,axiom,
    op_and,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_op_and) ).

fof(op_or,axiom,
    ( op_or
   => ! [X1,X2] : or(X1,X2) = not(and(not(X1),not(X2))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+1.ax',op_or) ).

fof(r1,axiom,
    ( r1
  <=> ! [X4] : is_a_theorem(implies(or(X4,X4),X4)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',r1) ).

fof(modus_ponens,axiom,
    ( modus_ponens
  <=> ! [X1,X2] :
        ( ( is_a_theorem(X1)
          & is_a_theorem(implies(X1,X2)) )
       => is_a_theorem(X2) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',modus_ponens) ).

fof(hilbert_op_or,axiom,
    op_or,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hilbert_op_or) ).

fof(principia_r1,axiom,
    r1,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_r1) ).

fof(principia_modus_ponens,axiom,
    modus_ponens,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_modus_ponens) ).

fof(r5,axiom,
    ( r5
  <=> ! [X4,X5,X6] : is_a_theorem(implies(implies(X5,X6),implies(or(X4,X5),or(X4,X6)))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',r5) ).

fof(principia_r5,axiom,
    r5,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_r5) ).

fof(r3,axiom,
    ( r3
  <=> ! [X4,X5] : is_a_theorem(implies(or(X4,X5),or(X5,X4))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',r3) ).

fof(r2,axiom,
    ( r2
  <=> ! [X4,X5] : is_a_theorem(implies(X5,or(X4,X5))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',r2) ).

fof(r4,axiom,
    ( r4
  <=> ! [X4,X5,X6] : is_a_theorem(implies(or(X4,or(X5,X6)),or(X5,or(X4,X6)))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',r4) ).

fof(principia_r3,axiom,
    r3,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_r3) ).

fof(principia_r2,axiom,
    r2,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_r2) ).

fof(principia_r4,axiom,
    r4,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_r4) ).

fof(op_equiv,axiom,
    ( op_equiv
   => ! [X1,X2] : equiv(X1,X2) = and(implies(X1,X2),implies(X2,X1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+1.ax',op_equiv) ).

fof(substitution_of_equivalents,axiom,
    ( substitution_of_equivalents
  <=> ! [X1,X2] :
        ( is_a_theorem(equiv(X1,X2))
       => X1 = X2 ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',substitution_of_equivalents) ).

fof(principia_op_equiv,axiom,
    op_equiv,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',principia_op_equiv) ).

fof(substitution_of_equivalents_001,axiom,
    substitution_of_equivalents,
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+4.ax',substitution_of_equivalents) ).

fof(hilbert_equivalence_3,conjecture,
    equivalence_3,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hilbert_equivalence_3) ).

fof(equivalence_3,axiom,
    ( equivalence_3
  <=> ! [X1,X2] : is_a_theorem(implies(implies(X1,X2),implies(implies(X2,X1),equiv(X1,X2)))) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL006+0.ax',equivalence_3) ).

fof(c_0_26,plain,
    ! [X123,X124] :
      ( ~ op_implies_or
      | implies(X123,X124) = or(not(X123),X124) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_implies_or])])])]) ).

fof(c_0_27,plain,
    ! [X121,X122] :
      ( ~ op_implies_and
      | implies(X121,X122) = not(and(X121,not(X122))) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_implies_and])])])]) ).

fof(c_0_28,plain,
    ! [X119,X120] :
      ( ~ op_and
      | and(X119,X120) = not(or(not(X119),not(X120))) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_and])])])]) ).

cnf(c_0_29,plain,
    ( implies(X1,X2) = or(not(X1),X2)
    | ~ op_implies_or ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_30,plain,
    op_implies_or,
    inference(split_conjunct,[status(thm)],[principia_op_implies_or]) ).

cnf(c_0_31,plain,
    ( implies(X1,X2) = not(and(X1,not(X2)))
    | ~ op_implies_and ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_32,plain,
    op_implies_and,
    inference(split_conjunct,[status(thm)],[hilbert_op_implies_and]) ).

cnf(c_0_33,plain,
    ( and(X1,X2) = not(or(not(X1),not(X2)))
    | ~ op_and ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_34,plain,
    or(not(X1),X2) = implies(X1,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_29,c_0_30])]) ).

cnf(c_0_35,plain,
    op_and,
    inference(split_conjunct,[status(thm)],[principia_op_and]) ).

fof(c_0_36,plain,
    ! [X117,X118] :
      ( ~ op_or
      | or(X117,X118) = not(and(not(X117),not(X118))) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_or])])])]) ).

cnf(c_0_37,plain,
    not(and(X1,not(X2))) = implies(X1,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_31,c_0_32])]) ).

cnf(c_0_38,plain,
    and(X1,X2) = not(implies(X1,not(X2))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_33,c_0_34]),c_0_35])]) ).

fof(c_0_39,plain,
    ! [X95] :
      ( ( ~ r1
        | is_a_theorem(implies(or(X95,X95),X95)) )
      & ( ~ is_a_theorem(implies(or(esk45_0,esk45_0),esk45_0))
        | r1 ) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r1])])])])]) ).

fof(c_0_40,plain,
    ! [X7,X8] :
      ( ( ~ modus_ponens
        | ~ is_a_theorem(X7)
        | ~ is_a_theorem(implies(X7,X8))
        | is_a_theorem(X8) )
      & ( is_a_theorem(esk1_0)
        | modus_ponens )
      & ( is_a_theorem(implies(esk1_0,esk2_0))
        | modus_ponens )
      & ( ~ is_a_theorem(esk2_0)
        | modus_ponens ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[modus_ponens])])])])])]) ).

cnf(c_0_41,plain,
    ( or(X1,X2) = not(and(not(X1),not(X2)))
    | ~ op_or ),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

cnf(c_0_42,plain,
    not(not(implies(X1,not(not(X2))))) = implies(X1,X2),
    inference(rw,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_43,plain,
    op_or,
    inference(split_conjunct,[status(thm)],[hilbert_op_or]) ).

cnf(c_0_44,plain,
    ( is_a_theorem(implies(or(X1,X1),X1))
    | ~ r1 ),
    inference(split_conjunct,[status(thm)],[c_0_39]) ).

cnf(c_0_45,plain,
    r1,
    inference(split_conjunct,[status(thm)],[principia_r1]) ).

cnf(c_0_46,plain,
    ( is_a_theorem(X2)
    | ~ modus_ponens
    | ~ is_a_theorem(X1)
    | ~ is_a_theorem(implies(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_40]) ).

cnf(c_0_47,plain,
    modus_ponens,
    inference(split_conjunct,[status(thm)],[principia_modus_ponens]) ).

cnf(c_0_48,plain,
    or(X1,X2) = implies(not(X1),X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_41,c_0_38]),c_0_42]),c_0_43])]) ).

cnf(c_0_49,plain,
    is_a_theorem(implies(or(X1,X1),X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_44,c_0_45])]) ).

fof(c_0_50,plain,
    ! [X111,X112,X113] :
      ( ( ~ r5
        | is_a_theorem(implies(implies(X112,X113),implies(or(X111,X112),or(X111,X113)))) )
      & ( ~ is_a_theorem(implies(implies(esk54_0,esk55_0),implies(or(esk53_0,esk54_0),or(esk53_0,esk55_0))))
        | r5 ) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r5])])])])]) ).

cnf(c_0_51,plain,
    ( is_a_theorem(X1)
    | ~ is_a_theorem(implies(X2,X1))
    | ~ is_a_theorem(X2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_46,c_0_47])]) ).

cnf(c_0_52,plain,
    implies(implies(X1,not(not(X2))),X3) = implies(implies(X1,X2),X3),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_42]),c_0_34]) ).

cnf(c_0_53,plain,
    is_a_theorem(implies(implies(X1,not(X1)),not(X1))),
    inference(spm,[status(thm)],[c_0_49,c_0_34]) ).

cnf(c_0_54,plain,
    ( is_a_theorem(implies(implies(X1,X2),implies(or(X3,X1),or(X3,X2))))
    | ~ r5 ),
    inference(split_conjunct,[status(thm)],[c_0_50]) ).

cnf(c_0_55,plain,
    r5,
    inference(split_conjunct,[status(thm)],[principia_r5]) ).

cnf(c_0_56,plain,
    ( is_a_theorem(X1)
    | ~ is_a_theorem(implies(X2,not(not(X3))))
    | ~ is_a_theorem(implies(implies(X2,X3),X1)) ),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_57,plain,
    is_a_theorem(implies(or(X1,X1),not(not(X1)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_52]),c_0_48]) ).

cnf(c_0_58,plain,
    is_a_theorem(implies(implies(X1,X2),implies(or(X3,X1),or(X3,X2)))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_54,c_0_55])]) ).

fof(c_0_59,plain,
    ! [X101,X102] :
      ( ( ~ r3
        | is_a_theorem(implies(or(X101,X102),or(X102,X101))) )
      & ( ~ is_a_theorem(implies(or(esk48_0,esk49_0),or(esk49_0,esk48_0)))
        | r3 ) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r3])])])])]) ).

cnf(c_0_60,plain,
    ( is_a_theorem(X1)
    | ~ is_a_theorem(implies(implies(or(X2,X2),X2),X1)) ),
    inference(spm,[status(thm)],[c_0_56,c_0_57]) ).

cnf(c_0_61,plain,
    is_a_theorem(implies(implies(X1,X2),implies(implies(X3,X1),implies(X3,X2)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_34]),c_0_34]) ).

fof(c_0_62,plain,
    ! [X97,X98] :
      ( ( ~ r2
        | is_a_theorem(implies(X98,or(X97,X98))) )
      & ( ~ is_a_theorem(implies(esk47_0,or(esk46_0,esk47_0)))
        | r2 ) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r2])])])])]) ).

fof(c_0_63,plain,
    ! [X105,X106,X107] :
      ( ( ~ r4
        | is_a_theorem(implies(or(X105,or(X106,X107)),or(X106,or(X105,X107)))) )
      & ( ~ is_a_theorem(implies(or(esk50_0,or(esk51_0,esk52_0)),or(esk51_0,or(esk50_0,esk52_0))))
        | r4 ) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r4])])])])]) ).

cnf(c_0_64,plain,
    ( is_a_theorem(implies(or(X1,X2),or(X2,X1)))
    | ~ r3 ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_65,plain,
    r3,
    inference(split_conjunct,[status(thm)],[principia_r3]) ).

cnf(c_0_66,plain,
    is_a_theorem(implies(implies(X1,or(X2,X2)),implies(X1,X2))),
    inference(spm,[status(thm)],[c_0_60,c_0_61]) ).

cnf(c_0_67,plain,
    ( is_a_theorem(implies(X1,or(X2,X1)))
    | ~ r2 ),
    inference(split_conjunct,[status(thm)],[c_0_62]) ).

cnf(c_0_68,plain,
    r2,
    inference(split_conjunct,[status(thm)],[principia_r2]) ).

cnf(c_0_69,plain,
    ( is_a_theorem(implies(or(X1,or(X2,X3)),or(X2,or(X1,X3))))
    | ~ r4 ),
    inference(split_conjunct,[status(thm)],[c_0_63]) ).

cnf(c_0_70,plain,
    r4,
    inference(split_conjunct,[status(thm)],[principia_r4]) ).

fof(c_0_71,plain,
    ! [X125,X126] :
      ( ~ op_equiv
      | equiv(X125,X126) = and(implies(X125,X126),implies(X126,X125)) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_equiv])])])]) ).

cnf(c_0_72,plain,
    is_a_theorem(implies(or(X1,X2),or(X2,X1))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_64,c_0_65])]) ).

cnf(c_0_73,plain,
    ( is_a_theorem(implies(X1,X2))
    | ~ is_a_theorem(implies(X1,or(X2,X2))) ),
    inference(spm,[status(thm)],[c_0_51,c_0_66]) ).

cnf(c_0_74,plain,
    is_a_theorem(implies(X1,or(X2,X1))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_67,c_0_68])]) ).

cnf(c_0_75,plain,
    is_a_theorem(implies(or(X1,or(X2,X3)),or(X2,or(X1,X3)))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_69,c_0_70])]) ).

fof(c_0_76,plain,
    ! [X11,X12] :
      ( ( ~ substitution_of_equivalents
        | ~ is_a_theorem(equiv(X11,X12))
        | X11 = X12 )
      & ( is_a_theorem(equiv(esk3_0,esk4_0))
        | substitution_of_equivalents )
      & ( esk3_0 != esk4_0
        | substitution_of_equivalents ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[substitution_of_equivalents])])])])])]) ).

cnf(c_0_77,plain,
    ( equiv(X1,X2) = and(implies(X1,X2),implies(X2,X1))
    | ~ op_equiv ),
    inference(split_conjunct,[status(thm)],[c_0_71]) ).

cnf(c_0_78,plain,
    op_equiv,
    inference(split_conjunct,[status(thm)],[principia_op_equiv]) ).

cnf(c_0_79,plain,
    is_a_theorem(implies(or(X1,not(X2)),implies(X2,X1))),
    inference(spm,[status(thm)],[c_0_72,c_0_34]) ).

cnf(c_0_80,plain,
    is_a_theorem(implies(X1,X1)),
    inference(spm,[status(thm)],[c_0_73,c_0_74]) ).

cnf(c_0_81,plain,
    implies(not(not(X1)),X2) = implies(X1,X2),
    inference(spm,[status(thm)],[c_0_34,c_0_48]) ).

cnf(c_0_82,plain,
    is_a_theorem(implies(implies(X1,or(X2,X3)),or(X2,implies(X1,X3)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_34]),c_0_34]) ).

cnf(c_0_83,plain,
    ( X1 = X2
    | ~ substitution_of_equivalents
    | ~ is_a_theorem(equiv(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_76]) ).

cnf(c_0_84,plain,
    substitution_of_equivalents,
    inference(split_conjunct,[status(thm)],[substitution_of_equivalents]) ).

cnf(c_0_85,plain,
    equiv(X1,X2) = and(implies(X1,X2),implies(X2,X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_77,c_0_78])]) ).

cnf(c_0_86,plain,
    is_a_theorem(implies(implies(X1,not(X2)),implies(X2,not(X1)))),
    inference(spm,[status(thm)],[c_0_79,c_0_34]) ).

cnf(c_0_87,plain,
    is_a_theorem(implies(implies(X1,X2),or(X2,not(X1)))),
    inference(spm,[status(thm)],[c_0_72,c_0_34]) ).

cnf(c_0_88,plain,
    ( is_a_theorem(X1)
    | ~ is_a_theorem(implies(implies(X2,X2),X1)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_80]),c_0_81]) ).

cnf(c_0_89,plain,
    is_a_theorem(implies(implies(X1,implies(X2,X3)),implies(X2,implies(X1,X3)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_34]),c_0_34]) ).

cnf(c_0_90,plain,
    ( X1 = X2
    | ~ is_a_theorem(and(implies(X1,X2),implies(X2,X1))) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_83,c_0_84]),c_0_85])]) ).

cnf(c_0_91,plain,
    ( is_a_theorem(implies(X1,not(X2)))
    | ~ is_a_theorem(implies(X2,not(X1))) ),
    inference(spm,[status(thm)],[c_0_51,c_0_86]) ).

cnf(c_0_92,plain,
    ( is_a_theorem(X1)
    | ~ is_a_theorem(or(X2,X1))
    | ~ is_a_theorem(not(X2)) ),
    inference(spm,[status(thm)],[c_0_51,c_0_48]) ).

cnf(c_0_93,plain,
    ( is_a_theorem(or(X1,not(X2)))
    | ~ is_a_theorem(implies(X2,X1)) ),
    inference(spm,[status(thm)],[c_0_51,c_0_87]) ).

cnf(c_0_94,plain,
    is_a_theorem(implies(X1,implies(implies(X1,X2),X2))),
    inference(spm,[status(thm)],[c_0_88,c_0_89]) ).

cnf(c_0_95,plain,
    ( X1 = X2
    | ~ is_a_theorem(not(implies(implies(X1,X2),not(implies(X2,X1))))) ),
    inference(rw,[status(thm)],[c_0_90,c_0_38]) ).

cnf(c_0_96,plain,
    is_a_theorem(implies(X1,not(implies(X1,not(X1))))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_49]),c_0_34]) ).

fof(c_0_97,negated_conjecture,
    ~ equivalence_3,
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[hilbert_equivalence_3])]) ).

cnf(c_0_98,plain,
    ( is_a_theorem(not(X1))
    | ~ is_a_theorem(implies(X1,X2))
    | ~ is_a_theorem(not(X2)) ),
    inference(spm,[status(thm)],[c_0_92,c_0_93]) ).

cnf(c_0_99,plain,
    ( is_a_theorem(implies(implies(X1,X2),X2))
    | ~ is_a_theorem(X1) ),
    inference(spm,[status(thm)],[c_0_51,c_0_94]) ).

cnf(c_0_100,plain,
    ( X1 = not(not(X2))
    | ~ is_a_theorem(not(implies(implies(X1,X2),not(implies(X2,X1))))) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_81]),c_0_52]) ).

cnf(c_0_101,plain,
    ( is_a_theorem(not(implies(X1,not(X1))))
    | ~ is_a_theorem(X1) ),
    inference(spm,[status(thm)],[c_0_51,c_0_96]) ).

fof(c_0_102,plain,
    ! [X67,X68] :
      ( ( ~ equivalence_3
        | is_a_theorem(implies(implies(X67,X68),implies(implies(X68,X67),equiv(X67,X68)))) )
      & ( ~ is_a_theorem(implies(implies(esk31_0,esk32_0),implies(implies(esk32_0,esk31_0),equiv(esk31_0,esk32_0))))
        | equivalence_3 ) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[equivalence_3])])])])]) ).

fof(c_0_103,negated_conjecture,
    ~ equivalence_3,
    inference(fof_nnf,[status(thm)],[c_0_97]) ).

cnf(c_0_104,plain,
    ( is_a_theorem(not(implies(X1,X2)))
    | ~ is_a_theorem(not(X2))
    | ~ is_a_theorem(X1) ),
    inference(spm,[status(thm)],[c_0_98,c_0_99]) ).

cnf(c_0_105,plain,
    not(not(X1)) = X1,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_101]),c_0_80])]) ).

cnf(c_0_106,plain,
    ( equivalence_3
    | ~ is_a_theorem(implies(implies(esk31_0,esk32_0),implies(implies(esk32_0,esk31_0),equiv(esk31_0,esk32_0)))) ),
    inference(split_conjunct,[status(thm)],[c_0_102]) ).

cnf(c_0_107,plain,
    equiv(X1,X2) = not(implies(implies(X1,X2),not(implies(X2,X1)))),
    inference(rw,[status(thm)],[c_0_85,c_0_38]) ).

cnf(c_0_108,negated_conjecture,
    ~ equivalence_3,
    inference(split_conjunct,[status(thm)],[c_0_103]) ).

cnf(c_0_109,plain,
    ( X1 = X2
    | ~ is_a_theorem(implies(X2,X1))
    | ~ is_a_theorem(implies(X1,X2)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_95,c_0_104]),c_0_105]) ).

cnf(c_0_110,plain,
    ( is_a_theorem(implies(X1,implies(X2,X3)))
    | ~ is_a_theorem(implies(X2,implies(X1,X3))) ),
    inference(spm,[status(thm)],[c_0_51,c_0_89]) ).

cnf(c_0_111,plain,
    ~ is_a_theorem(implies(implies(esk31_0,esk32_0),implies(implies(esk32_0,esk31_0),not(implies(implies(esk31_0,esk32_0),not(implies(esk32_0,esk31_0))))))),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_106,c_0_107]),c_0_108]) ).

cnf(c_0_112,plain,
    implies(X1,not(X2)) = implies(X2,not(X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_109,c_0_86]),c_0_86])]) ).

cnf(c_0_113,plain,
    is_a_theorem(implies(X1,implies(implies(X2,not(X1)),not(X2)))),
    inference(spm,[status(thm)],[c_0_110,c_0_86]) ).

cnf(c_0_114,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_111,c_0_112]),c_0_112]),c_0_113])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem    : LCL495+1 : TPTP v8.2.0. Released v3.3.0.
% 0.08/0.13  % Command    : run_E %s %d THM
% 0.12/0.34  % Computer : n024.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   : Mon May 20 00:48:08 EDT 2024
% 0.12/0.34  % CPUTime    : 
% 0.19/0.46  Running first-order theorem proving
% 0.19/0.46  Running: /export/starexec/sandbox2/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 13.32/2.15  # Version: 3.1.0
% 13.32/2.15  # Preprocessing class: FSMSSLSSSSSNFFN.
% 13.32/2.15  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 13.32/2.15  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 1500s (5) cores
% 13.32/2.15  # Starting new_bool_3 with 300s (1) cores
% 13.32/2.15  # Starting new_bool_1 with 300s (1) cores
% 13.32/2.15  # Starting sh5l with 300s (1) cores
% 13.32/2.15  # G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with pid 5837 completed with status 0
% 13.32/2.15  # Result found by G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI
% 13.32/2.15  # Preprocessing class: FSMSSLSSSSSNFFN.
% 13.32/2.15  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 13.32/2.15  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 1500s (5) cores
% 13.32/2.15  # No SInE strategy applied
% 13.32/2.15  # Search class: FGUSF-FFMM21-MFFFFFNN
% 13.32/2.15  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 13.32/2.15  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 750s (1) cores
% 13.32/2.15  # Starting G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YI with 151s (1) cores
% 13.32/2.15  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with 151s (1) cores
% 13.32/2.15  # Starting U----_207d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 13.32/2.15  # Starting G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_S04AN with 151s (1) cores
% 13.32/2.15  # U----_207d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with pid 5850 completed with status 0
% 13.32/2.15  # Result found by U----_207d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN
% 13.32/2.15  # Preprocessing class: FSMSSLSSSSSNFFN.
% 13.32/2.15  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 13.32/2.15  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 1500s (5) cores
% 13.32/2.15  # No SInE strategy applied
% 13.32/2.15  # Search class: FGUSF-FFMM21-MFFFFFNN
% 13.32/2.15  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 13.32/2.15  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 750s (1) cores
% 13.32/2.15  # Starting G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YI with 151s (1) cores
% 13.32/2.15  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with 151s (1) cores
% 13.32/2.15  # Starting U----_207d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 13.32/2.15  # Preprocessing time       : 0.002 s
% 13.32/2.15  # Presaturation interreduction done
% 13.32/2.15  
% 13.32/2.15  # Proof found!
% 13.32/2.15  # SZS status Theorem
% 13.32/2.15  # SZS output start CNFRefutation
% See solution above
% 13.32/2.15  # Parsed axioms                        : 45
% 13.32/2.15  # Removed by relevancy pruning/SinE    : 0
% 13.32/2.15  # Initial clauses                      : 74
% 13.32/2.15  # Removed in clause preprocessing      : 0
% 13.32/2.15  # Initial clauses in saturation        : 74
% 13.32/2.15  # Processed clauses                    : 10244
% 13.32/2.15  # ...of these trivial                  : 2901
% 13.32/2.15  # ...subsumed                          : 5182
% 13.32/2.15  # ...remaining for further processing  : 2161
% 13.32/2.15  # Other redundant clauses eliminated   : 0
% 13.32/2.15  # Clauses deleted for lack of memory   : 0
% 13.32/2.15  # Backward-subsumed                    : 4
% 13.32/2.15  # Backward-rewritten                   : 709
% 13.32/2.15  # Generated clauses                    : 166013
% 13.32/2.15  # ...of the previous two non-redundant : 95313
% 13.32/2.15  # ...aggressively subsumed             : 0
% 13.32/2.15  # Contextual simplify-reflections      : 0
% 13.32/2.15  # Paramodulations                      : 166013
% 13.32/2.15  # Factorizations                       : 0
% 13.32/2.15  # NegExts                              : 0
% 13.32/2.15  # Equation resolutions                 : 0
% 13.32/2.15  # Disequality decompositions           : 0
% 13.32/2.15  # Total rewrite steps                  : 403097
% 13.32/2.15  # ...of those cached                   : 383218
% 13.32/2.15  # Propositional unsat checks           : 0
% 13.32/2.15  #    Propositional check models        : 0
% 13.32/2.15  #    Propositional check unsatisfiable : 0
% 13.32/2.15  #    Propositional clauses             : 0
% 13.32/2.15  #    Propositional clauses after purity: 0
% 13.32/2.15  #    Propositional unsat core size     : 0
% 13.32/2.15  #    Propositional preprocessing time  : 0.000
% 13.32/2.15  #    Propositional encoding time       : 0.000
% 13.32/2.15  #    Propositional solver time         : 0.000
% 13.32/2.15  #    Success case prop preproc time    : 0.000
% 13.32/2.15  #    Success case prop encoding time   : 0.000
% 13.32/2.15  #    Success case prop solver time     : 0.000
% 13.32/2.15  # Current number of processed clauses  : 1387
% 13.32/2.15  #    Positive orientable unit clauses  : 1100
% 13.32/2.15  #    Positive unorientable unit clauses: 21
% 13.32/2.15  #    Negative unit clauses             : 5
% 13.32/2.15  #    Non-unit-clauses                  : 261
% 13.32/2.15  # Current number of unprocessed clauses: 83741
% 13.32/2.15  # ...number of literals in the above   : 111710
% 13.32/2.15  # Current number of archived formulas  : 0
% 13.32/2.15  # Current number of archived clauses   : 774
% 13.32/2.15  # Clause-clause subsumption calls (NU) : 136223
% 13.32/2.15  # Rec. Clause-clause subsumption calls : 135954
% 13.32/2.15  # Non-unit clause-clause subsumptions  : 4538
% 13.32/2.15  # Unit Clause-clause subsumption calls : 10406
% 13.32/2.15  # Rewrite failures with RHS unbound    : 0
% 13.32/2.15  # BW rewrite match attempts            : 121311
% 13.32/2.15  # BW rewrite match successes           : 3291
% 13.32/2.15  # Condensation attempts                : 0
% 13.32/2.15  # Condensation successes               : 0
% 13.32/2.15  # Termbank termtop insertions          : 3194631
% 13.32/2.15  # Search garbage collected termcells   : 1095
% 13.32/2.15  
% 13.32/2.15  # -------------------------------------------------
% 13.32/2.15  # User time                : 1.579 s
% 13.32/2.15  # System time              : 0.052 s
% 13.32/2.15  # Total time               : 1.631 s
% 13.32/2.15  # Maximum resident set size: 1944 pages
% 13.32/2.15  
% 13.32/2.15  # -------------------------------------------------
% 13.32/2.15  # User time                : 7.849 s
% 13.32/2.15  # System time              : 0.332 s
% 13.32/2.15  # Total time               : 8.181 s
% 13.32/2.15  # Maximum resident set size: 1748 pages
% 13.32/2.15  % E---3.1 exiting
% 13.32/2.15  % E exiting
%------------------------------------------------------------------------------