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

View Problem - Process Solution

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

% Computer : n010.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 05:31:35 EDT 2023

% Result   : Theorem 2.03s 1.16s
% Output   : CNFRefutation 2.03s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   34 (  13 unt;   0 def)
%            Number of atoms       :   80 (  45 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :   74 (  28   ~;  20   |;  15   &)
%                                         (   5 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   49 (   0 sgn;  37   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] : addition(X0,X1) = addition(X1,X0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_commutativity) ).

fof(f2,axiom,
    ! [X2,X1,X0] : addition(X0,addition(X1,X2)) = addition(addition(X0,X1),X2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_associativity) ).

fof(f14,axiom,
    ! [X3,X4] :
      ( complement(X4,X3)
    <=> ( one = addition(X3,X4)
        & zero = multiplication(X4,X3)
        & zero = multiplication(X3,X4) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',test_2) ).

fof(f15,axiom,
    ! [X3,X4] :
      ( test(X3)
     => ( c(X3) = X4
      <=> complement(X3,X4) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',test_3) ).

fof(f17,conjecture,
    ! [X3] :
      ( test(X3)
     => one = addition(X3,c(X3)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

fof(f18,negated_conjecture,
    ~ ! [X3] :
        ( test(X3)
       => one = addition(X3,c(X3)) ),
    inference(negated_conjecture,[],[f17]) ).

fof(f19,plain,
    ! [X0,X1,X2] : addition(X2,addition(X1,X0)) = addition(addition(X2,X1),X0),
    inference(rectify,[],[f2]) ).

fof(f21,plain,
    ! [X0,X1] :
      ( complement(X1,X0)
    <=> ( addition(X0,X1) = one
        & zero = multiplication(X1,X0)
        & zero = multiplication(X0,X1) ) ),
    inference(rectify,[],[f14]) ).

fof(f22,plain,
    ! [X0,X1] :
      ( test(X0)
     => ( c(X0) = X1
      <=> complement(X0,X1) ) ),
    inference(rectify,[],[f15]) ).

fof(f24,plain,
    ~ ! [X0] :
        ( test(X0)
       => one = addition(X0,c(X0)) ),
    inference(rectify,[],[f18]) ).

fof(f25,plain,
    ! [X0,X1] :
      ( ( c(X0) = X1
      <=> complement(X0,X1) )
      | ~ test(X0) ),
    inference(ennf_transformation,[],[f22]) ).

fof(f27,plain,
    ? [X0] :
      ( one != addition(X0,c(X0))
      & test(X0) ),
    inference(ennf_transformation,[],[f24]) ).

fof(f32,plain,
    ! [X0,X1] :
      ( ( complement(X1,X0)
        | addition(X0,X1) != one
        | zero != multiplication(X1,X0)
        | zero != multiplication(X0,X1) )
      & ( ( addition(X0,X1) = one
          & zero = multiplication(X1,X0)
          & zero = multiplication(X0,X1) )
        | ~ complement(X1,X0) ) ),
    inference(nnf_transformation,[],[f21]) ).

fof(f33,plain,
    ! [X0,X1] :
      ( ( complement(X1,X0)
        | addition(X0,X1) != one
        | zero != multiplication(X1,X0)
        | zero != multiplication(X0,X1) )
      & ( ( addition(X0,X1) = one
          & zero = multiplication(X1,X0)
          & zero = multiplication(X0,X1) )
        | ~ complement(X1,X0) ) ),
    inference(flattening,[],[f32]) ).

fof(f34,plain,
    ! [X0,X1] :
      ( ( ( c(X0) = X1
          | ~ complement(X0,X1) )
        & ( complement(X0,X1)
          | c(X0) != X1 ) )
      | ~ test(X0) ),
    inference(nnf_transformation,[],[f25]) ).

fof(f35,plain,
    ( ? [X0] :
        ( one != addition(X0,c(X0))
        & test(X0) )
   => ( one != addition(sK1,c(sK1))
      & test(sK1) ) ),
    introduced(choice_axiom,[]) ).

fof(f36,plain,
    ( one != addition(sK1,c(sK1))
    & test(sK1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1])],[f27,f35]) ).

fof(f37,plain,
    ! [X0,X1] : addition(X0,X1) = addition(X1,X0),
    inference(cnf_transformation,[],[f1]) ).

fof(f38,plain,
    ! [X2,X0,X1] : addition(X2,addition(X1,X0)) = addition(addition(X2,X1),X0),
    inference(cnf_transformation,[],[f19]) ).

fof(f52,plain,
    ! [X0,X1] :
      ( addition(X0,X1) = one
      | ~ complement(X1,X0) ),
    inference(cnf_transformation,[],[f33]) ).

fof(f54,plain,
    ! [X0,X1] :
      ( complement(X0,X1)
      | c(X0) != X1
      | ~ test(X0) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f57,plain,
    test(sK1),
    inference(cnf_transformation,[],[f36]) ).

fof(f58,plain,
    one != addition(sK1,c(sK1)),
    inference(cnf_transformation,[],[f36]) ).

fof(f59,plain,
    ! [X0] :
      ( complement(X0,c(X0))
      | ~ test(X0) ),
    inference(equality_resolution,[],[f54]) ).

cnf(c_49,plain,
    addition(X0,X1) = addition(X1,X0),
    inference(cnf_transformation,[],[f37]) ).

cnf(c_50,plain,
    addition(addition(X0,X1),X2) = addition(X0,addition(X1,X2)),
    inference(cnf_transformation,[],[f38]) ).

cnf(c_63,plain,
    ( ~ complement(X0,X1)
    | addition(X1,X0) = one ),
    inference(cnf_transformation,[],[f52]) ).

cnf(c_67,plain,
    ( ~ test(X0)
    | complement(X0,c(X0)) ),
    inference(cnf_transformation,[],[f59]) ).

cnf(c_69,negated_conjecture,
    addition(sK1,c(sK1)) != one,
    inference(cnf_transformation,[],[f58]) ).

cnf(c_70,negated_conjecture,
    test(sK1),
    inference(cnf_transformation,[],[f57]) ).

cnf(c_726,plain,
    ( ~ test(X0)
    | addition(c(X0),X0) = one ),
    inference(superposition,[status(thm)],[c_67,c_63]) ).

cnf(c_727,plain,
    ( ~ test(X0)
    | addition(X0,c(X0)) = one ),
    inference(theory_normalisation,[status(thm)],[c_726,c_50,c_49]) ).

cnf(c_2585,plain,
    addition(sK1,c(sK1)) = one,
    inference(superposition,[status(thm)],[c_70,c_727]) ).

cnf(c_2591,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_2585,c_69]) ).


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