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

View Problem - Process Solution

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

% Computer : n001.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:32:18 EDT 2023

% Result   : Theorem 3.63s 1.15s
% Output   : CNFRefutation 3.63s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   28 (  27 unt;   0 def)
%            Number of atoms       :   29 (  28 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    9 (   8   ~;   0   |;   0   &)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   42 (   1 sgn;  26   !;   2   ?)

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

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

fof(f5,axiom,
    ! [X0,X1,X2] : multiplication(X0,multiplication(X1,X2)) = multiplication(multiplication(X0,X1),X2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_associativity) ).

fof(f10,axiom,
    ! [X0] : zero = multiplication(zero,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_annihilation) ).

fof(f15,axiom,
    ! [X0] : strong_iteration(X0) = addition(multiplication(X0,strong_iteration(X0)),one),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',infty_unfold1) ).

fof(f19,conjecture,
    ! [X3] : strong_iteration(multiplication(X3,zero)) = addition(one,multiplication(X3,zero)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

fof(f20,negated_conjecture,
    ~ ! [X3] : strong_iteration(multiplication(X3,zero)) = addition(one,multiplication(X3,zero)),
    inference(negated_conjecture,[],[f19]) ).

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

fof(f22,plain,
    ~ ! [X0] : strong_iteration(multiplication(X0,zero)) = addition(one,multiplication(X0,zero)),
    inference(rectify,[],[f20]) ).

fof(f26,plain,
    ? [X0] : strong_iteration(multiplication(X0,zero)) != addition(one,multiplication(X0,zero)),
    inference(ennf_transformation,[],[f22]) ).

fof(f28,plain,
    ( ? [X0] : strong_iteration(multiplication(X0,zero)) != addition(one,multiplication(X0,zero))
   => strong_iteration(multiplication(sK0,zero)) != addition(one,multiplication(sK0,zero)) ),
    introduced(choice_axiom,[]) ).

fof(f29,plain,
    strong_iteration(multiplication(sK0,zero)) != addition(one,multiplication(sK0,zero)),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f26,f28]) ).

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

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

fof(f34,plain,
    ! [X2,X0,X1] : multiplication(X0,multiplication(X1,X2)) = multiplication(multiplication(X0,X1),X2),
    inference(cnf_transformation,[],[f5]) ).

fof(f39,plain,
    ! [X0] : zero = multiplication(zero,X0),
    inference(cnf_transformation,[],[f10]) ).

fof(f44,plain,
    ! [X0] : strong_iteration(X0) = addition(multiplication(X0,strong_iteration(X0)),one),
    inference(cnf_transformation,[],[f15]) ).

fof(f49,plain,
    strong_iteration(multiplication(sK0,zero)) != addition(one,multiplication(sK0,zero)),
    inference(cnf_transformation,[],[f29]) ).

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

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

cnf(c_53,plain,
    multiplication(multiplication(X0,X1),X2) = multiplication(X0,multiplication(X1,X2)),
    inference(cnf_transformation,[],[f34]) ).

cnf(c_58,plain,
    multiplication(zero,X0) = zero,
    inference(cnf_transformation,[],[f39]) ).

cnf(c_63,plain,
    addition(multiplication(X0,strong_iteration(X0)),one) = strong_iteration(X0),
    inference(cnf_transformation,[],[f44]) ).

cnf(c_68,negated_conjecture,
    addition(one,multiplication(sK0,zero)) != strong_iteration(multiplication(sK0,zero)),
    inference(cnf_transformation,[],[f49]) ).

cnf(c_86,plain,
    addition(one,multiplication(X0,strong_iteration(X0))) = strong_iteration(X0),
    inference(theory_normalisation,[status(thm)],[c_63,c_50,c_49]) ).

cnf(c_716,plain,
    addition(one,multiplication(X0,multiplication(X1,strong_iteration(multiplication(X0,X1))))) = strong_iteration(multiplication(X0,X1)),
    inference(superposition,[status(thm)],[c_53,c_86]) ).

cnf(c_12768,plain,
    addition(one,multiplication(X0,zero)) = strong_iteration(multiplication(X0,zero)),
    inference(superposition,[status(thm)],[c_58,c_716]) ).

cnf(c_12878,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[c_68,c_12768]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KLE150+1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.12/0.34  % Computer : n001.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 : Tue Aug 29 11:32:37 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.20/0.46  Running first-order theorem proving
% 0.20/0.46  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 3.63/1.15  % SZS status Started for theBenchmark.p
% 3.63/1.15  % SZS status Theorem for theBenchmark.p
% 3.63/1.15  
% 3.63/1.15  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.63/1.15  
% 3.63/1.15  ------  iProver source info
% 3.63/1.15  
% 3.63/1.15  git: date: 2023-05-31 18:12:56 +0000
% 3.63/1.15  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.63/1.15  git: non_committed_changes: false
% 3.63/1.15  git: last_make_outside_of_git: false
% 3.63/1.15  
% 3.63/1.15  ------ Parsing...
% 3.63/1.15  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 3.63/1.15  
% 3.63/1.15  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 3.63/1.15  
% 3.63/1.15  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.63/1.15  
% 3.63/1.15  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.63/1.15  ------ Proving...
% 3.63/1.15  ------ Problem Properties 
% 3.63/1.15  
% 3.63/1.15  
% 3.63/1.15  clauses                                 20
% 3.63/1.15  conjectures                             1
% 3.63/1.15  EPR                                     0
% 3.63/1.15  Horn                                    20
% 3.63/1.15  unary                                   15
% 3.63/1.15  binary                                  5
% 3.63/1.15  lits                                    25
% 3.63/1.15  lits eq                                 17
% 3.63/1.15  fd_pure                                 0
% 3.63/1.15  fd_pseudo                               0
% 3.63/1.15  fd_cond                                 0
% 3.63/1.15  fd_pseudo_cond                          0
% 3.63/1.15  AC symbols                              1
% 3.63/1.15  
% 3.63/1.15  ------ Schedule dynamic 5 is on 
% 3.63/1.15  
% 3.63/1.15  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 3.63/1.15  
% 3.63/1.15  
% 3.63/1.15  ------ 
% 3.63/1.15  Current options:
% 3.63/1.15  ------ 
% 3.63/1.15  
% 3.63/1.15  
% 3.63/1.15  
% 3.63/1.15  
% 3.63/1.15  ------ Proving...
% 3.63/1.15  
% 3.63/1.15  
% 3.63/1.15  % SZS status Theorem for theBenchmark.p
% 3.63/1.15  
% 3.63/1.15  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.63/1.15  
% 3.63/1.15  
%------------------------------------------------------------------------------