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

View Problem - Process Solution

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

% Computer : n020.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 : Fri Sep  1 00:38:22 EDT 2023

% Result   : Theorem 3.45s 1.08s
% Output   : CNFRefutation 3.45s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   87 (  46 unt;   0 def)
%            Number of atoms       :  172 (  90 equ)
%            Maximal formula atoms :    9 (   1 avg)
%            Number of connectives :  144 (  59   ~;  51   |;  28   &)
%                                         (   4 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   59 (   1 sgn;  45   !;   6   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0] :
      ( bool(X0)
    <=> ( true = X0
        | false = X0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',def_bool) ).

fof(f3,axiom,
    ( d(err)
    & d(false)
    & d(true) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',false_true_err_in_d) ).

fof(f4,axiom,
    ! [X0,X1] :
      ( forallprefers(X0,X1)
    <=> ( ( true = X1
          & false = X0 )
        | ( bool(X1)
          & ~ bool(X0)
          & d(X1)
          & d(X0) )
        | ( d(X1)
          & ~ d(X0) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',def_forallprefers) ).

fof(f6,axiom,
    ! [X0] :
      ( ( err = phi(X0)
        & ~ d(X0) )
      | ( phi(X0) = X0
        & d(X0) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',def_phi) ).

fof(f7,axiom,
    ! [X0] :
      ( true = prop(X0)
    <=> bool(X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prop_true) ).

fof(f8,axiom,
    ! [X0] :
      ( false = prop(X0)
    <=> ~ bool(X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prop_false) ).

fof(f14,axiom,
    ! [X3] : true = lazy_impl(false,X3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lazy_impl_axiom2) ).

fof(f15,axiom,
    ! [X3] : phi(X3) = lazy_impl(true,X3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lazy_impl_axiom3) ).

fof(f38,axiom,
    false = false1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',def_false1) ).

fof(f39,axiom,
    ! [X4] : f7(X4) = lazy_impl(prop(X4),X4),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',def_f7) ).

fof(f40,axiom,
    ? [X4] :
      ( ~ ? [X9] : forallprefers(f7(X9),f7(X4))
      & false2 = phi(f7(X4)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',def_false2) ).

fof(f45,conjecture,
    false1 = false2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',false1_false2) ).

fof(f46,negated_conjecture,
    false1 != false2,
    inference(negated_conjecture,[],[f45]) ).

fof(f52,plain,
    ! [X0] : true = lazy_impl(false,X0),
    inference(rectify,[],[f14]) ).

fof(f53,plain,
    ! [X0] : phi(X0) = lazy_impl(true,X0),
    inference(rectify,[],[f15]) ).

fof(f76,plain,
    ! [X0] : f7(X0) = lazy_impl(prop(X0),X0),
    inference(rectify,[],[f39]) ).

fof(f77,plain,
    ? [X0] :
      ( ~ ? [X1] : forallprefers(f7(X1),f7(X0))
      & false2 = phi(f7(X0)) ),
    inference(rectify,[],[f40]) ).

fof(f80,plain,
    false1 != false2,
    inference(flattening,[],[f46]) ).

fof(f82,plain,
    ! [X0,X1] :
      ( ( ( true = X1
          & false = X0 )
        | ( bool(X1)
          & ~ bool(X0)
          & d(X1)
          & d(X0) )
        | ( d(X1)
          & ~ d(X0) ) )
     => forallprefers(X0,X1) ),
    inference(unused_predicate_definition_removal,[],[f4]) ).

fof(f83,plain,
    ! [X0,X1] :
      ( forallprefers(X0,X1)
      | ( ( true != X1
          | false != X0 )
        & ( ~ bool(X1)
          | bool(X0)
          | ~ d(X1)
          | ~ d(X0) )
        & ( ~ d(X1)
          | d(X0) ) ) ),
    inference(ennf_transformation,[],[f82]) ).

fof(f108,plain,
    ? [X0] :
      ( ! [X1] : ~ forallprefers(f7(X1),f7(X0))
      & false2 = phi(f7(X0)) ),
    inference(ennf_transformation,[],[f77]) ).

fof(f110,plain,
    ! [X0] :
      ( ( bool(X0)
        | ( true != X0
          & false != X0 ) )
      & ( true = X0
        | false = X0
        | ~ bool(X0) ) ),
    inference(nnf_transformation,[],[f1]) ).

fof(f111,plain,
    ! [X0] :
      ( ( bool(X0)
        | ( true != X0
          & false != X0 ) )
      & ( true = X0
        | false = X0
        | ~ bool(X0) ) ),
    inference(flattening,[],[f110]) ).

fof(f112,plain,
    ! [X0] :
      ( ( true = prop(X0)
        | ~ bool(X0) )
      & ( bool(X0)
        | true != prop(X0) ) ),
    inference(nnf_transformation,[],[f7]) ).

fof(f113,plain,
    ! [X0] :
      ( ( false = prop(X0)
        | bool(X0) )
      & ( ~ bool(X0)
        | false != prop(X0) ) ),
    inference(nnf_transformation,[],[f8]) ).

fof(f126,plain,
    ( ? [X0] :
        ( ! [X1] : ~ forallprefers(f7(X1),f7(X0))
        & false2 = phi(f7(X0)) )
   => ( ! [X1] : ~ forallprefers(f7(X1),f7(sK6))
      & false2 = phi(f7(sK6)) ) ),
    introduced(choice_axiom,[]) ).

fof(f127,plain,
    ( ! [X1] : ~ forallprefers(f7(X1),f7(sK6))
    & false2 = phi(f7(sK6)) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK6])],[f108,f126]) ).

fof(f128,plain,
    ! [X0] :
      ( true = X0
      | false = X0
      | ~ bool(X0) ),
    inference(cnf_transformation,[],[f111]) ).

fof(f129,plain,
    ! [X0] :
      ( bool(X0)
      | false != X0 ),
    inference(cnf_transformation,[],[f111]) ).

fof(f134,plain,
    d(true),
    inference(cnf_transformation,[],[f3]) ).

fof(f135,plain,
    d(false),
    inference(cnf_transformation,[],[f3]) ).

fof(f139,plain,
    ! [X0,X1] :
      ( forallprefers(X0,X1)
      | true != X1
      | false != X0 ),
    inference(cnf_transformation,[],[f83]) ).

fof(f144,plain,
    ! [X0] :
      ( ~ d(X0)
      | phi(X0) = X0 ),
    inference(cnf_transformation,[],[f6]) ).

fof(f147,plain,
    ! [X0] :
      ( bool(X0)
      | true != prop(X0) ),
    inference(cnf_transformation,[],[f112]) ).

fof(f148,plain,
    ! [X0] :
      ( true = prop(X0)
      | ~ bool(X0) ),
    inference(cnf_transformation,[],[f112]) ).

fof(f150,plain,
    ! [X0] :
      ( false = prop(X0)
      | bool(X0) ),
    inference(cnf_transformation,[],[f113]) ).

fof(f156,plain,
    ! [X0] : true = lazy_impl(false,X0),
    inference(cnf_transformation,[],[f52]) ).

fof(f157,plain,
    ! [X0] : phi(X0) = lazy_impl(true,X0),
    inference(cnf_transformation,[],[f53]) ).

fof(f186,plain,
    false = false1,
    inference(cnf_transformation,[],[f38]) ).

fof(f187,plain,
    ! [X0] : f7(X0) = lazy_impl(prop(X0),X0),
    inference(cnf_transformation,[],[f76]) ).

fof(f188,plain,
    false2 = phi(f7(sK6)),
    inference(cnf_transformation,[],[f127]) ).

fof(f189,plain,
    ! [X1] : ~ forallprefers(f7(X1),f7(sK6)),
    inference(cnf_transformation,[],[f127]) ).

fof(f194,plain,
    false1 != false2,
    inference(cnf_transformation,[],[f80]) ).

fof(f202,plain,
    ! [X0] :
      ( bool(X0)
      | false1 != X0 ),
    inference(definition_unfolding,[],[f129,f186]) ).

fof(f203,plain,
    ! [X0] :
      ( true = X0
      | false1 = X0
      | ~ bool(X0) ),
    inference(definition_unfolding,[],[f128,f186]) ).

fof(f206,plain,
    d(false1),
    inference(definition_unfolding,[],[f135,f186]) ).

fof(f207,plain,
    ! [X0,X1] :
      ( forallprefers(X0,X1)
      | true != X1
      | false1 != X0 ),
    inference(definition_unfolding,[],[f139,f186]) ).

fof(f211,plain,
    ! [X0] :
      ( ~ d(X0)
      | lazy_impl(true,X0) = X0 ),
    inference(definition_unfolding,[],[f144,f157]) ).

fof(f212,plain,
    ! [X0] :
      ( prop(X0) = false1
      | bool(X0) ),
    inference(definition_unfolding,[],[f150,f186]) ).

fof(f218,plain,
    ! [X0] : true = lazy_impl(false1,X0),
    inference(definition_unfolding,[],[f156,f186]) ).

fof(f233,plain,
    ! [X1] : ~ forallprefers(lazy_impl(prop(X1),X1),lazy_impl(prop(sK6),sK6)),
    inference(definition_unfolding,[],[f189,f187,f187]) ).

fof(f234,plain,
    false2 = lazy_impl(true,lazy_impl(prop(sK6),sK6)),
    inference(definition_unfolding,[],[f188,f157,f187]) ).

fof(f239,plain,
    bool(false1),
    inference(equality_resolution,[],[f202]) ).

fof(f240,plain,
    ! [X0] :
      ( forallprefers(X0,true)
      | false1 != X0 ),
    inference(equality_resolution,[],[f207]) ).

fof(f241,plain,
    forallprefers(false1,true),
    inference(equality_resolution,[],[f240]) ).

cnf(c_50,plain,
    bool(false1),
    inference(cnf_transformation,[],[f239]) ).

cnf(c_51,plain,
    ( ~ bool(X0)
    | X0 = true
    | X0 = false1 ),
    inference(cnf_transformation,[],[f203]) ).

cnf(c_56,plain,
    d(false1),
    inference(cnf_transformation,[],[f206]) ).

cnf(c_57,plain,
    d(true),
    inference(cnf_transformation,[],[f134]) ).

cnf(c_58,plain,
    forallprefers(false1,true),
    inference(cnf_transformation,[],[f241]) ).

cnf(c_66,plain,
    ( ~ d(X0)
    | lazy_impl(true,X0) = X0 ),
    inference(cnf_transformation,[],[f211]) ).

cnf(c_67,plain,
    ( ~ bool(X0)
    | prop(X0) = true ),
    inference(cnf_transformation,[],[f148]) ).

cnf(c_68,plain,
    ( prop(X0) != true
    | bool(X0) ),
    inference(cnf_transformation,[],[f147]) ).

cnf(c_69,plain,
    ( prop(X0) = false1
    | bool(X0) ),
    inference(cnf_transformation,[],[f212]) ).

cnf(c_76,plain,
    lazy_impl(false1,X0) = true,
    inference(cnf_transformation,[],[f218]) ).

cnf(c_94,plain,
    ~ forallprefers(lazy_impl(prop(X0),X0),lazy_impl(prop(sK6),sK6)),
    inference(cnf_transformation,[],[f233]) ).

cnf(c_95,plain,
    lazy_impl(true,lazy_impl(prop(sK6),sK6)) = false2,
    inference(cnf_transformation,[],[f234]) ).

cnf(c_99,negated_conjecture,
    false1 != false2,
    inference(cnf_transformation,[],[f194]) ).

cnf(c_1729,plain,
    prop(false1) = true,
    inference(superposition,[status(thm)],[c_50,c_67]) ).

cnf(c_1730,plain,
    ( prop(X0) = true
    | prop(X0) = false1 ),
    inference(superposition,[status(thm)],[c_69,c_67]) ).

cnf(c_1744,plain,
    lazy_impl(true,false1) = false1,
    inference(superposition,[status(thm)],[c_56,c_66]) ).

cnf(c_1745,plain,
    lazy_impl(true,true) = true,
    inference(superposition,[status(thm)],[c_57,c_66]) ).

cnf(c_1990,plain,
    ~ forallprefers(lazy_impl(true,false1),lazy_impl(prop(sK6),sK6)),
    inference(superposition,[status(thm)],[c_1729,c_94]) ).

cnf(c_1992,plain,
    ~ forallprefers(false1,lazy_impl(prop(sK6),sK6)),
    inference(light_normalisation,[status(thm)],[c_1990,c_1744]) ).

cnf(c_2008,plain,
    ( ~ forallprefers(false1,lazy_impl(false1,sK6))
    | prop(sK6) = true ),
    inference(superposition,[status(thm)],[c_1730,c_1992]) ).

cnf(c_3416,plain,
    ( ~ forallprefers(false1,true)
    | prop(sK6) = true ),
    inference(demodulation,[status(thm)],[c_2008,c_76]) ).

cnf(c_3417,plain,
    prop(sK6) = true,
    inference(forward_subsumption_resolution,[status(thm)],[c_3416,c_58]) ).

cnf(c_3420,plain,
    ~ forallprefers(false1,lazy_impl(true,sK6)),
    inference(demodulation,[status(thm)],[c_1992,c_3417]) ).

cnf(c_3422,plain,
    lazy_impl(true,lazy_impl(true,sK6)) = false2,
    inference(demodulation,[status(thm)],[c_95,c_3417]) ).

cnf(c_3435,plain,
    bool(sK6),
    inference(superposition,[status(thm)],[c_3417,c_68]) ).

cnf(c_3445,plain,
    ( true = sK6
    | false1 = sK6 ),
    inference(superposition,[status(thm)],[c_3435,c_51]) ).

cnf(c_3557,plain,
    ( lazy_impl(true,lazy_impl(true,false1)) = false2
    | true = sK6 ),
    inference(superposition,[status(thm)],[c_3445,c_3422]) ).

cnf(c_3574,plain,
    ( true = sK6
    | false1 = false2 ),
    inference(light_normalisation,[status(thm)],[c_3557,c_1744]) ).

cnf(c_3575,plain,
    true = sK6,
    inference(forward_subsumption_resolution,[status(thm)],[c_3574,c_99]) ).

cnf(c_3584,plain,
    ~ forallprefers(false1,lazy_impl(true,true)),
    inference(demodulation,[status(thm)],[c_3420,c_3575]) ).

cnf(c_3589,plain,
    ~ forallprefers(false1,true),
    inference(light_normalisation,[status(thm)],[c_3584,c_1745]) ).

cnf(c_3590,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_3589,c_58]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : SWW101+1 : TPTP v8.1.2. Released v5.2.0.
% 0.00/0.10  % Command  : run_iprover %s %d THM
% 0.10/0.30  % Computer : n020.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 300
% 0.10/0.30  % DateTime : Sun Aug 27 19:41:59 EDT 2023
% 0.10/0.30  % CPUTime  : 
% 0.15/0.41  Running first-order theorem proving
% 0.15/0.41  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 3.45/1.08  % SZS status Started for theBenchmark.p
% 3.45/1.08  % SZS status Theorem for theBenchmark.p
% 3.45/1.08  
% 3.45/1.08  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.45/1.08  
% 3.45/1.08  ------  iProver source info
% 3.45/1.08  
% 3.45/1.08  git: date: 2023-05-31 18:12:56 +0000
% 3.45/1.08  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.45/1.08  git: non_committed_changes: false
% 3.45/1.08  git: last_make_outside_of_git: false
% 3.45/1.08  
% 3.45/1.08  ------ Parsing...
% 3.45/1.08  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 3.45/1.08  
% 3.45/1.08  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 3.45/1.08  
% 3.45/1.08  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.45/1.08  
% 3.45/1.08  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.45/1.08  ------ Proving...
% 3.45/1.08  ------ Problem Properties 
% 3.45/1.08  
% 3.45/1.08  
% 3.45/1.08  clauses                                 51
% 3.45/1.08  conjectures                             1
% 3.45/1.08  EPR                                     16
% 3.45/1.08  Horn                                    34
% 3.45/1.08  unary                                   24
% 3.45/1.08  binary                                  19
% 3.45/1.08  lits                                    88
% 3.45/1.08  lits eq                                 35
% 3.45/1.08  fd_pure                                 0
% 3.45/1.08  fd_pseudo                               0
% 3.45/1.08  fd_cond                                 1
% 3.45/1.08  fd_pseudo_cond                          0
% 3.45/1.08  AC symbols                              0
% 3.45/1.08  
% 3.45/1.08  ------ Schedule dynamic 5 is on 
% 3.45/1.08  
% 3.45/1.08  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 3.45/1.08  
% 3.45/1.08  
% 3.45/1.08  ------ 
% 3.45/1.08  Current options:
% 3.45/1.08  ------ 
% 3.45/1.08  
% 3.45/1.08  
% 3.45/1.08  
% 3.45/1.08  
% 3.45/1.08  ------ Proving...
% 3.45/1.08  
% 3.45/1.08  
% 3.45/1.08  % SZS status Theorem for theBenchmark.p
% 3.45/1.08  
% 3.45/1.08  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.45/1.08  
% 3.45/1.09  
%------------------------------------------------------------------------------