TSTP Solution File: KLE072+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : KLE072+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% 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 : Tue Aug 22 10:44:48 EDT 2023

% Result   : Theorem 2.37s 1.62s
% Output   : CNFRefutation 2.54s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   21 (  12 unt;   9 typ;   0 def)
%            Number of atoms       :   12 (  11 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    5 (   5   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   4   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :   17 (;  17   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ leq > multiplication > addition > #nlpp > domain > zero > one > #skF_2 > #skF_3 > #skF_1

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(domain,type,
    domain: $i > $i ).

tff(multiplication,type,
    multiplication: ( $i * $i ) > $i ).

tff(addition,type,
    addition: ( $i * $i ) > $i ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff('#skF_1',type,
    '#skF_1': $i ).

tff(one,type,
    one: $i ).

tff(leq,type,
    leq: ( $i * $i ) > $o ).

tff(zero,type,
    zero: $i ).

tff(f_117,axiom,
    ! [X0,X1] : ( domain(multiplication(X0,X1)) = domain(multiplication(X0,domain(X1))) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+5.ax',domain2) ).

tff(f_72,axiom,
    ! [A,B,C] : ( multiplication(addition(A,B),C) = addition(multiplication(A,C),multiplication(B,C)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',left_distributivity) ).

tff(f_122,axiom,
    ! [X0,X1] : ( domain(addition(X0,X1)) = addition(domain(X0),domain(X1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+5.ax',domain5) ).

tff(f_127,negated_conjecture,
    ~ ! [X0,X1,X2] : ( domain(multiplication(addition(X0,X1),domain(X2))) = addition(domain(multiplication(X0,domain(X2))),domain(multiplication(X1,domain(X2)))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

tff(c_30,plain,
    ! [X0_24,X1_25] : ( domain(multiplication(X0_24,domain(X1_25))) = domain(multiplication(X0_24,X1_25)) ),
    inference(cnfTransformation,[status(thm)],[f_117]) ).

tff(c_18,plain,
    ! [A_16,C_18,B_17] : ( addition(multiplication(A_16,C_18),multiplication(B_17,C_18)) = multiplication(addition(A_16,B_17),C_18) ),
    inference(cnfTransformation,[status(thm)],[f_72]) ).

tff(c_36,plain,
    ! [X0_27,X1_28] : ( addition(domain(X0_27),domain(X1_28)) = domain(addition(X0_27,X1_28)) ),
    inference(cnfTransformation,[status(thm)],[f_122]) ).

tff(c_38,plain,
    addition(domain(multiplication('#skF_1',domain('#skF_3'))),domain(multiplication('#skF_2',domain('#skF_3')))) != domain(multiplication(addition('#skF_1','#skF_2'),domain('#skF_3'))),
    inference(cnfTransformation,[status(thm)],[f_127]) ).

tff(c_39,plain,
    domain(addition(multiplication('#skF_1',domain('#skF_3')),multiplication('#skF_2',domain('#skF_3')))) != domain(multiplication(addition('#skF_1','#skF_2'),domain('#skF_3'))),
    inference(demodulation,[status(thm),theory(equality)],[c_36,c_38]) ).

tff(c_40,plain,
    domain(addition(multiplication('#skF_1',domain('#skF_3')),multiplication('#skF_2',domain('#skF_3')))) != domain(multiplication(addition('#skF_1','#skF_2'),'#skF_3')),
    inference(demodulation,[status(thm),theory(equality)],[c_30,c_39]) ).

tff(c_41,plain,
    domain(multiplication(addition('#skF_1','#skF_2'),domain('#skF_3'))) != domain(multiplication(addition('#skF_1','#skF_2'),'#skF_3')),
    inference(demodulation,[status(thm),theory(equality)],[c_18,c_40]) ).

tff(c_43,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_30,c_41]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KLE072+1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.15/0.37  % Computer : n010.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Thu Aug  3 23:10:28 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 2.37/1.62  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.37/1.62  
% 2.37/1.62  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.54/1.66  
% 2.54/1.66  Inference rules
% 2.54/1.66  ----------------------
% 2.54/1.66  #Ref     : 0
% 2.54/1.66  #Sup     : 0
% 2.54/1.66  #Fact    : 0
% 2.54/1.66  #Define  : 0
% 2.54/1.66  #Split   : 0
% 2.54/1.66  #Chain   : 0
% 2.54/1.66  #Close   : 0
% 2.54/1.66  
% 2.54/1.66  Ordering : KBO
% 2.54/1.66  
% 2.54/1.66  Simplification rules
% 2.54/1.66  ----------------------
% 2.54/1.66  #Subsume      : 18
% 2.54/1.66  #Demod        : 4
% 2.54/1.66  #Tautology    : 0
% 2.54/1.66  #SimpNegUnit  : 0
% 2.54/1.66  #BackRed      : 0
% 2.54/1.66  
% 2.54/1.66  #Partial instantiations: 0
% 2.54/1.66  #Strategies tried      : 1
% 2.54/1.66  
% 2.54/1.66  Timing (in seconds)
% 2.54/1.66  ----------------------
% 2.54/1.66  Preprocessing        : 0.48
% 2.54/1.66  Parsing              : 0.26
% 2.54/1.66  CNF conversion       : 0.03
% 2.54/1.66  Main loop            : 0.08
% 2.54/1.66  Inferencing          : 0.00
% 2.54/1.66  Reduction            : 0.04
% 2.54/1.66  Demodulation         : 0.03
% 2.54/1.66  BG Simplification    : 0.01
% 2.54/1.66  Subsumption          : 0.03
% 2.54/1.66  Abstraction          : 0.01
% 2.54/1.66  MUC search           : 0.00
% 2.54/1.66  Cooper               : 0.00
% 2.54/1.66  Total                : 0.61
% 2.54/1.66  Index Insertion      : 0.00
% 2.54/1.66  Index Deletion       : 0.00
% 2.54/1.66  Index Matching       : 0.00
% 2.54/1.66  BG Taut test         : 0.00
%------------------------------------------------------------------------------