TSTP Solution File: LCL488+1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : LCL488+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n027.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 07:44:44 EDT 2023

% Result   : Theorem 3.47s 1.19s
% Output   : CNFRefutation 3.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   17
% Syntax   : Number of formulae    :   85 (  41 unt;   0 def)
%            Number of atoms       :  143 (  23 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  104 (  46   ~;  39   |;   2   &)
%                                         (   6 <=>;  11  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :   11 (   9 usr;   9 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :  109 (   6 sgn;  58   !;   4   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ( modus_ponens
  <=> ! [X0,X1] :
        ( ( is_a_theorem(implies(X0,X1))
          & is_a_theorem(X0) )
       => is_a_theorem(X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',modus_ponens) ).

fof(f8,axiom,
    ( and_2
  <=> ! [X0,X1] : is_a_theorem(implies(and(X0,X1),X1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',and_2) ).

fof(f23,axiom,
    ( r2
  <=> ! [X3,X4] : is_a_theorem(implies(X4,or(X3,X4))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',r2) ).

fof(f24,axiom,
    ( r3
  <=> ! [X3,X4] : is_a_theorem(implies(or(X3,X4),or(X4,X3))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',r3) ).

fof(f27,axiom,
    ( op_or
   => ! [X0,X1] : or(X0,X1) = not(and(not(X0),not(X1))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',op_or) ).

fof(f28,axiom,
    ( op_and
   => ! [X0,X1] : and(X0,X1) = not(or(not(X0),not(X1))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',op_and) ).

fof(f29,axiom,
    ( op_implies_and
   => ! [X0,X1] : implies(X0,X1) = not(and(X0,not(X1))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',op_implies_and) ).

fof(f30,axiom,
    ( op_implies_or
   => ! [X0,X1] : implies(X0,X1) = or(not(X0),X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',op_implies_or) ).

fof(f32,axiom,
    op_implies_or,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',principia_op_implies_or) ).

fof(f33,axiom,
    op_and,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',principia_op_and) ).

fof(f35,axiom,
    modus_ponens,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',principia_modus_ponens) ).

fof(f37,axiom,
    r2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',principia_r2) ).

fof(f38,axiom,
    r3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',principia_r3) ).

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

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

fof(f45,conjecture,
    and_2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',hilbert_and_2) ).

fof(f46,negated_conjecture,
    ~ and_2,
    inference(negated_conjecture,[],[f45]) ).

fof(f54,plain,
    ( r2
  <=> ! [X0,X1] : is_a_theorem(implies(X1,or(X0,X1))) ),
    inference(rectify,[],[f23]) ).

fof(f55,plain,
    ( r3
  <=> ! [X0,X1] : is_a_theorem(implies(or(X0,X1),or(X1,X0))) ),
    inference(rectify,[],[f24]) ).

fof(f58,plain,
    ~ and_2,
    inference(flattening,[],[f46]) ).

fof(f61,plain,
    ( r3
   => ! [X0,X1] : is_a_theorem(implies(or(X0,X1),or(X1,X0))) ),
    inference(unused_predicate_definition_removal,[],[f55]) ).

fof(f62,plain,
    ( r2
   => ! [X0,X1] : is_a_theorem(implies(X1,or(X0,X1))) ),
    inference(unused_predicate_definition_removal,[],[f54]) ).

fof(f64,plain,
    ( ! [X0,X1] : is_a_theorem(implies(and(X0,X1),X1))
   => and_2 ),
    inference(unused_predicate_definition_removal,[],[f8]) ).

fof(f66,plain,
    ( modus_ponens
   => ! [X0,X1] :
        ( ( is_a_theorem(implies(X0,X1))
          & is_a_theorem(X0) )
       => is_a_theorem(X1) ) ),
    inference(unused_predicate_definition_removal,[],[f1]) ).

fof(f67,plain,
    ( ! [X0,X1] :
        ( is_a_theorem(X1)
        | ~ is_a_theorem(implies(X0,X1))
        | ~ is_a_theorem(X0) )
    | ~ modus_ponens ),
    inference(ennf_transformation,[],[f66]) ).

fof(f68,plain,
    ( ! [X0,X1] :
        ( is_a_theorem(X1)
        | ~ is_a_theorem(implies(X0,X1))
        | ~ is_a_theorem(X0) )
    | ~ modus_ponens ),
    inference(flattening,[],[f67]) ).

fof(f70,plain,
    ( and_2
    | ? [X0,X1] : ~ is_a_theorem(implies(and(X0,X1),X1)) ),
    inference(ennf_transformation,[],[f64]) ).

fof(f72,plain,
    ( ! [X0,X1] : is_a_theorem(implies(X1,or(X0,X1)))
    | ~ r2 ),
    inference(ennf_transformation,[],[f62]) ).

fof(f73,plain,
    ( ! [X0,X1] : is_a_theorem(implies(or(X0,X1),or(X1,X0)))
    | ~ r3 ),
    inference(ennf_transformation,[],[f61]) ).

fof(f76,plain,
    ( ! [X0,X1] : or(X0,X1) = not(and(not(X0),not(X1)))
    | ~ op_or ),
    inference(ennf_transformation,[],[f27]) ).

fof(f77,plain,
    ( ! [X0,X1] : and(X0,X1) = not(or(not(X0),not(X1)))
    | ~ op_and ),
    inference(ennf_transformation,[],[f28]) ).

fof(f78,plain,
    ( ! [X0,X1] : implies(X0,X1) = not(and(X0,not(X1)))
    | ~ op_implies_and ),
    inference(ennf_transformation,[],[f29]) ).

fof(f79,plain,
    ( ! [X0,X1] : implies(X0,X1) = or(not(X0),X1)
    | ~ op_implies_or ),
    inference(ennf_transformation,[],[f30]) ).

fof(f81,plain,
    ( ? [X0,X1] : ~ is_a_theorem(implies(and(X0,X1),X1))
   => ~ is_a_theorem(implies(and(sK0,sK1),sK1)) ),
    introduced(choice_axiom,[]) ).

fof(f82,plain,
    ( and_2
    | ~ is_a_theorem(implies(and(sK0,sK1),sK1)) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1])],[f70,f81]) ).

fof(f83,plain,
    ! [X0,X1] :
      ( is_a_theorem(X1)
      | ~ is_a_theorem(implies(X0,X1))
      | ~ is_a_theorem(X0)
      | ~ modus_ponens ),
    inference(cnf_transformation,[],[f68]) ).

fof(f85,plain,
    ( and_2
    | ~ is_a_theorem(implies(and(sK0,sK1),sK1)) ),
    inference(cnf_transformation,[],[f82]) ).

fof(f87,plain,
    ! [X0,X1] :
      ( is_a_theorem(implies(X1,or(X0,X1)))
      | ~ r2 ),
    inference(cnf_transformation,[],[f72]) ).

fof(f88,plain,
    ! [X0,X1] :
      ( is_a_theorem(implies(or(X0,X1),or(X1,X0)))
      | ~ r3 ),
    inference(cnf_transformation,[],[f73]) ).

fof(f91,plain,
    ! [X0,X1] :
      ( or(X0,X1) = not(and(not(X0),not(X1)))
      | ~ op_or ),
    inference(cnf_transformation,[],[f76]) ).

fof(f92,plain,
    ! [X0,X1] :
      ( and(X0,X1) = not(or(not(X0),not(X1)))
      | ~ op_and ),
    inference(cnf_transformation,[],[f77]) ).

fof(f93,plain,
    ! [X0,X1] :
      ( implies(X0,X1) = not(and(X0,not(X1)))
      | ~ op_implies_and ),
    inference(cnf_transformation,[],[f78]) ).

fof(f94,plain,
    ! [X0,X1] :
      ( implies(X0,X1) = or(not(X0),X1)
      | ~ op_implies_or ),
    inference(cnf_transformation,[],[f79]) ).

fof(f96,plain,
    op_implies_or,
    inference(cnf_transformation,[],[f32]) ).

fof(f97,plain,
    op_and,
    inference(cnf_transformation,[],[f33]) ).

fof(f99,plain,
    modus_ponens,
    inference(cnf_transformation,[],[f35]) ).

fof(f101,plain,
    r2,
    inference(cnf_transformation,[],[f37]) ).

fof(f102,plain,
    r3,
    inference(cnf_transformation,[],[f38]) ).

fof(f106,plain,
    op_or,
    inference(cnf_transformation,[],[f42]) ).

fof(f107,plain,
    op_implies_and,
    inference(cnf_transformation,[],[f43]) ).

fof(f109,plain,
    ~ and_2,
    inference(cnf_transformation,[],[f58]) ).

cnf(c_49,plain,
    ( ~ is_a_theorem(implies(X0,X1))
    | ~ is_a_theorem(X0)
    | ~ modus_ponens
    | is_a_theorem(X1) ),
    inference(cnf_transformation,[],[f83]) ).

cnf(c_51,plain,
    ( ~ is_a_theorem(implies(and(sK0,sK1),sK1))
    | and_2 ),
    inference(cnf_transformation,[],[f85]) ).

cnf(c_53,plain,
    ( ~ r2
    | is_a_theorem(implies(X0,or(X1,X0))) ),
    inference(cnf_transformation,[],[f87]) ).

cnf(c_54,plain,
    ( ~ r3
    | is_a_theorem(implies(or(X0,X1),or(X1,X0))) ),
    inference(cnf_transformation,[],[f88]) ).

cnf(c_57,plain,
    ( ~ op_or
    | not(and(not(X0),not(X1))) = or(X0,X1) ),
    inference(cnf_transformation,[],[f91]) ).

cnf(c_58,plain,
    ( ~ op_and
    | not(or(not(X0),not(X1))) = and(X0,X1) ),
    inference(cnf_transformation,[],[f92]) ).

cnf(c_59,plain,
    ( ~ op_implies_and
    | not(and(X0,not(X1))) = implies(X0,X1) ),
    inference(cnf_transformation,[],[f93]) ).

cnf(c_60,plain,
    ( ~ op_implies_or
    | or(not(X0),X1) = implies(X0,X1) ),
    inference(cnf_transformation,[],[f94]) ).

cnf(c_62,plain,
    op_implies_or,
    inference(cnf_transformation,[],[f96]) ).

cnf(c_63,plain,
    op_and,
    inference(cnf_transformation,[],[f97]) ).

cnf(c_65,plain,
    modus_ponens,
    inference(cnf_transformation,[],[f99]) ).

cnf(c_67,plain,
    r2,
    inference(cnf_transformation,[],[f101]) ).

cnf(c_68,plain,
    r3,
    inference(cnf_transformation,[],[f102]) ).

cnf(c_72,plain,
    op_or,
    inference(cnf_transformation,[],[f106]) ).

cnf(c_73,plain,
    op_implies_and,
    inference(cnf_transformation,[],[f107]) ).

cnf(c_75,negated_conjecture,
    ~ and_2,
    inference(cnf_transformation,[],[f109]) ).

cnf(c_87,plain,
    is_a_theorem(implies(X0,or(X1,X0))),
    inference(global_subsumption_just,[status(thm)],[c_53,c_67,c_53]) ).

cnf(c_93,plain,
    ~ is_a_theorem(implies(and(sK0,sK1),sK1)),
    inference(global_subsumption_just,[status(thm)],[c_51,c_75,c_51]) ).

cnf(c_95,plain,
    is_a_theorem(implies(or(X0,X1),or(X1,X0))),
    inference(global_subsumption_just,[status(thm)],[c_54,c_68,c_54]) ).

cnf(c_98,plain,
    or(not(X0),X1) = implies(X0,X1),
    inference(global_subsumption_just,[status(thm)],[c_60,c_62,c_60]) ).

cnf(c_104,plain,
    not(and(X0,not(X1))) = implies(X0,X1),
    inference(global_subsumption_just,[status(thm)],[c_59,c_73,c_59]) ).

cnf(c_107,plain,
    ( ~ is_a_theorem(X0)
    | ~ is_a_theorem(implies(X0,X1))
    | is_a_theorem(X1) ),
    inference(global_subsumption_just,[status(thm)],[c_49,c_65,c_49]) ).

cnf(c_108,plain,
    ( ~ is_a_theorem(implies(X0,X1))
    | ~ is_a_theorem(X0)
    | is_a_theorem(X1) ),
    inference(renaming,[status(thm)],[c_107]) ).

cnf(c_109,plain,
    not(or(not(X0),not(X1))) = and(X0,X1),
    inference(global_subsumption_just,[status(thm)],[c_58,c_63,c_58]) ).

cnf(c_112,plain,
    not(and(not(X0),not(X1))) = or(X0,X1),
    inference(global_subsumption_just,[status(thm)],[c_57,c_72,c_57]) ).

cnf(c_190,plain,
    implies(not(X0),X1) = or(X0,X1),
    inference(demodulation,[status(thm)],[c_112,c_104]) ).

cnf(c_191,plain,
    not(implies(X0,not(X1))) = and(X0,X1),
    inference(demodulation,[status(thm)],[c_109,c_98]) ).

cnf(c_404,plain,
    is_a_theorem(implies(X0,implies(X1,X0))),
    inference(superposition,[status(thm)],[c_98,c_87]) ).

cnf(c_423,plain,
    is_a_theorem(or(X0,implies(X1,not(X0)))),
    inference(superposition,[status(thm)],[c_190,c_404]) ).

cnf(c_433,plain,
    or(implies(X0,not(X1)),X2) = implies(and(X0,X1),X2),
    inference(superposition,[status(thm)],[c_191,c_190]) ).

cnf(c_587,plain,
    ( ~ is_a_theorem(or(X0,X1))
    | is_a_theorem(or(X1,X0)) ),
    inference(superposition,[status(thm)],[c_95,c_108]) ).

cnf(c_735,plain,
    is_a_theorem(or(implies(X0,not(X1)),X1)),
    inference(superposition,[status(thm)],[c_423,c_587]) ).

cnf(c_815,plain,
    is_a_theorem(implies(and(X0,X1),X1)),
    inference(demodulation,[status(thm)],[c_735,c_433]) ).

cnf(c_816,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[c_93,c_815]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL488+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n027.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 20:03:33 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.47  Running first-order theorem proving
% 0.19/0.47  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 3.47/1.19  % SZS status Started for theBenchmark.p
% 3.47/1.19  % SZS status Theorem for theBenchmark.p
% 3.47/1.19  
% 3.47/1.19  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.47/1.19  
% 3.47/1.19  ------  iProver source info
% 3.47/1.19  
% 3.47/1.19  git: date: 2023-05-31 18:12:56 +0000
% 3.47/1.19  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.47/1.19  git: non_committed_changes: false
% 3.47/1.19  git: last_make_outside_of_git: false
% 3.47/1.19  
% 3.47/1.19  ------ Parsing...
% 3.47/1.19  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 3.47/1.19  
% 3.47/1.19  ------ Preprocessing... sup_sim: 2  sf_s  rm: 14 0s  sf_e  pe_s  pe_e  sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 3.47/1.19  
% 3.47/1.19  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.47/1.19  
% 3.47/1.19  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.47/1.19  ------ Proving...
% 3.47/1.19  ------ Problem Properties 
% 3.47/1.19  
% 3.47/1.19  
% 3.47/1.19  clauses                                 13
% 3.47/1.19  conjectures                             0
% 3.47/1.19  EPR                                     0
% 3.47/1.19  Horn                                    13
% 3.47/1.19  unary                                   11
% 3.47/1.19  binary                                  1
% 3.47/1.19  lits                                    16
% 3.47/1.19  lits eq                                 6
% 3.47/1.19  fd_pure                                 0
% 3.47/1.19  fd_pseudo                               0
% 3.47/1.19  fd_cond                                 0
% 3.47/1.19  fd_pseudo_cond                          1
% 3.47/1.19  AC symbols                              0
% 3.47/1.19  
% 3.47/1.19  ------ Schedule dynamic 5 is on 
% 3.47/1.19  
% 3.47/1.19  ------ no conjectures: strip conj schedule 
% 3.47/1.19  
% 3.47/1.19  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" stripped conjectures Time Limit: 10.
% 3.47/1.19  
% 3.47/1.19  
% 3.47/1.19  ------ 
% 3.47/1.19  Current options:
% 3.47/1.19  ------ 
% 3.47/1.19  
% 3.47/1.19  
% 3.47/1.19  
% 3.47/1.19  
% 3.47/1.19  ------ Proving...
% 3.47/1.19  
% 3.47/1.19  
% 3.47/1.19  % SZS status Theorem for theBenchmark.p
% 3.47/1.19  
% 3.47/1.19  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.47/1.19  
% 3.47/1.19  
%------------------------------------------------------------------------------