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

View Problem - Process Solution

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

% Computer : n002.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:56 EDT 2023

% Result   : Theorem 2.22s 1.13s
% Output   : CNFRefutation 2.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   35 (  35 unt;   0 def)
%            Number of atoms       :   35 (  34 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    4 (   4   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   4 usr;   1 con; 0-2 aty)
%            Number of variables   :   47 (   4 sgn;  29   !;   0   ?)

% 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(f6,axiom,
    ! [X0] : multiplication(X0,one) = X0,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_right_identity) ).

fof(f7,axiom,
    ! [X0] : multiplication(one,X0) = X0,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_left_identity) ).

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

fof(f13,axiom,
    ! [X3] : multiplication(domain(X3),X3) = addition(X3,multiplication(domain(X3),X3)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',domain1) ).

fof(f15,axiom,
    ! [X3] : one = addition(domain(X3),one),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',domain3) ).

fof(f18,conjecture,
    one = domain(one),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

fof(f19,negated_conjecture,
    one != domain(one),
    inference(negated_conjecture,[],[f18]) ).

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

fof(f21,plain,
    ! [X0] : multiplication(domain(X0),X0) = addition(X0,multiplication(domain(X0),X0)),
    inference(rectify,[],[f13]) ).

fof(f23,plain,
    ! [X0] : one = addition(domain(X0),one),
    inference(rectify,[],[f15]) ).

fof(f25,plain,
    one != domain(one),
    inference(flattening,[],[f19]) ).

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

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

fof(f31,plain,
    ! [X0] : multiplication(X0,one) = X0,
    inference(cnf_transformation,[],[f6]) ).

fof(f32,plain,
    ! [X0] : multiplication(one,X0) = X0,
    inference(cnf_transformation,[],[f7]) ).

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

fof(f37,plain,
    ! [X0] : multiplication(domain(X0),X0) = addition(X0,multiplication(domain(X0),X0)),
    inference(cnf_transformation,[],[f21]) ).

fof(f39,plain,
    ! [X0] : one = addition(domain(X0),one),
    inference(cnf_transformation,[],[f23]) ).

fof(f42,plain,
    one != domain(one),
    inference(cnf_transformation,[],[f25]) ).

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

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

cnf(c_54,plain,
    multiplication(X0,one) = X0,
    inference(cnf_transformation,[],[f31]) ).

cnf(c_55,plain,
    multiplication(one,X0) = X0,
    inference(cnf_transformation,[],[f32]) ).

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

cnf(c_60,plain,
    addition(X0,multiplication(domain(X0),X0)) = multiplication(domain(X0),X0),
    inference(cnf_transformation,[],[f37]) ).

cnf(c_62,plain,
    addition(domain(X0),one) = one,
    inference(cnf_transformation,[],[f39]) ).

cnf(c_65,negated_conjecture,
    domain(one) != one,
    inference(cnf_transformation,[],[f42]) ).

cnf(c_79,plain,
    addition(one,domain(X0)) = one,
    inference(theory_normalisation,[status(thm)],[c_62,c_50,c_49]) ).

cnf(c_382,plain,
    addition(multiplication(one,X0),multiplication(domain(X1),X0)) = multiplication(one,X0),
    inference(superposition,[status(thm)],[c_79,c_57]) ).

cnf(c_402,plain,
    addition(X0,multiplication(domain(X1),X0)) = X0,
    inference(light_normalisation,[status(thm)],[c_382,c_55]) ).

cnf(c_406,plain,
    multiplication(domain(X0),X0) = X0,
    inference(demodulation,[status(thm)],[c_60,c_402]) ).

cnf(c_416,plain,
    domain(one) = one,
    inference(superposition,[status(thm)],[c_406,c_54]) ).

cnf(c_421,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_416,c_65]) ).


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