TSTP Solution File: KLE007+4 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : KLE007+4 : 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/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n014.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:39 EDT 2023

% Result   : Theorem 3.98s 2.18s
% Output   : CNFRefutation 4.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   56 (  23 unt;  11 typ;   0 def)
%            Number of atoms       :   72 (  25 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   58 (  31   ~;  18   |;   4   &)
%                                         (   3 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (   7   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   37 (;  37   !;   0   ?;   0   :)

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

%Foreground sorts:

%Background operators:

%Foreground operators:
tff('#skF_1',type,
    '#skF_1': $i > $i ).

tff(c,type,
    c: $i > $i ).

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

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

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

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

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

tff(test,type,
    test: $i > $o ).

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

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

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

tff(f_180,negated_conjecture,
    ~ ! [X0,X1] :
        ( ( test(X1)
          & test(X0) )
       => ( leq(one,addition(multiplication(addition(X0,c(X0)),X1),multiplication(addition(X0,c(X0)),c(X1))))
          & leq(addition(multiplication(addition(X0,c(X0)),X1),multiplication(addition(X0,c(X0)),c(X1))),one) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

tff(f_52,axiom,
    ! [A,B] : ( addition(A,B) = addition(B,A) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',additive_commutativity) ).

tff(f_127,axiom,
    ! [X0,X1] :
      ( test(X0)
     => ( ( c(X0) = X1 )
      <=> complement(X0,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_3) ).

tff(f_121,axiom,
    ! [X0,X1] :
      ( complement(X1,X0)
    <=> ( ( multiplication(X0,X1) = zero )
        & ( multiplication(X1,X0) = zero )
        & ( addition(X0,X1) = one ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_2) ).

tff(f_65,axiom,
    ! [A] : ( multiplication(one,A) = A ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',multiplicative_left_identity) ).

tff(f_58,axiom,
    ! [A] : ( addition(A,A) = A ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',additive_idempotence) ).

tff(f_80,axiom,
    ! [A,B] :
      ( leq(A,B)
    <=> ( addition(A,B) = B ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',order) ).

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

tff(f_63,axiom,
    ! [A] : ( multiplication(A,one) = A ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',multiplicative_right_identity) ).

tff(c_52,plain,
    test('#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_180]) ).

tff(c_54,plain,
    test('#skF_3'),
    inference(cnfTransformation,[status(thm)],[f_180]) ).

tff(c_2,plain,
    ! [B_2,A_1] : ( addition(B_2,A_1) = addition(A_1,B_2) ),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_42,plain,
    ! [X0_29] :
      ( complement(X0_29,c(X0_29))
      | ~ test(X0_29) ),
    inference(cnfTransformation,[status(thm)],[f_127]) ).

tff(c_848,plain,
    ! [X0_87,X1_88] :
      ( ( addition(X0_87,X1_88) = one )
      | ~ complement(X1_88,X0_87) ),
    inference(cnfTransformation,[status(thm)],[f_121]) ).

tff(c_854,plain,
    ! [X0_29] :
      ( ( addition(c(X0_29),X0_29) = one )
      | ~ test(X0_29) ),
    inference(resolution,[status(thm)],[c_42,c_848]) ).

tff(c_857,plain,
    ! [X0_29] :
      ( ( addition(X0_29,c(X0_29)) = one )
      | ~ test(X0_29) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_854]) ).

tff(c_14,plain,
    ! [A_12] : ( multiplication(one,A_12) = A_12 ),
    inference(cnfTransformation,[status(thm)],[f_65]) ).

tff(c_1105,plain,
    ! [X0_102] :
      ( ( addition(X0_102,c(X0_102)) = one )
      | ~ test(X0_102) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_854]) ).

tff(c_8,plain,
    ! [A_7] : ( addition(A_7,A_7) = A_7 ),
    inference(cnfTransformation,[status(thm)],[f_58]) ).

tff(c_26,plain,
    ! [A_21,B_22] :
      ( leq(A_21,B_22)
      | ( addition(A_21,B_22) != B_22 ) ),
    inference(cnfTransformation,[status(thm)],[f_80]) ).

tff(c_274,plain,
    ! [X0_53,X1_54] :
      ( ( addition(X0_53,X1_54) = one )
      | ~ complement(X1_54,X0_53) ),
    inference(cnfTransformation,[status(thm)],[f_121]) ).

tff(c_277,plain,
    ! [X0_29] :
      ( ( addition(c(X0_29),X0_29) = one )
      | ~ test(X0_29) ),
    inference(resolution,[status(thm)],[c_42,c_274]) ).

tff(c_282,plain,
    ! [X0_29] :
      ( ( addition(X0_29,c(X0_29)) = one )
      | ~ test(X0_29) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_277]) ).

tff(c_645,plain,
    ! [X0_74] :
      ( ( addition(X0_74,c(X0_74)) = one )
      | ~ test(X0_74) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_277]) ).

tff(c_16,plain,
    ! [A_13,B_14,C_15] : ( addition(multiplication(A_13,B_14),multiplication(A_13,C_15)) = multiplication(A_13,addition(B_14,C_15)) ),
    inference(cnfTransformation,[status(thm)],[f_68]) ).

tff(c_50,plain,
    ( ~ leq(addition(multiplication(addition('#skF_2',c('#skF_2')),'#skF_3'),multiplication(addition('#skF_2',c('#skF_2')),c('#skF_3'))),one)
    | ~ leq(one,addition(multiplication(addition('#skF_2',c('#skF_2')),'#skF_3'),multiplication(addition('#skF_2',c('#skF_2')),c('#skF_3')))) ),
    inference(cnfTransformation,[status(thm)],[f_180]) ).

tff(c_55,plain,
    ( ~ leq(multiplication(addition('#skF_2',c('#skF_2')),addition('#skF_3',c('#skF_3'))),one)
    | ~ leq(one,multiplication(addition('#skF_2',c('#skF_2')),addition('#skF_3',c('#skF_3')))) ),
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_16,c_50]) ).

tff(c_155,plain,
    ~ leq(one,multiplication(addition('#skF_2',c('#skF_2')),addition('#skF_3',c('#skF_3')))),
    inference(splitLeft,[status(thm)],[c_55]) ).

tff(c_664,plain,
    ( ~ leq(one,multiplication(one,addition('#skF_3',c('#skF_3'))))
    | ~ test('#skF_2') ),
    inference(superposition,[status(thm),theory(equality)],[c_645,c_155]) ).

tff(c_695,plain,
    ~ leq(one,addition('#skF_3',c('#skF_3'))),
    inference(demodulation,[status(thm),theory(equality)],[c_52,c_14,c_664]) ).

tff(c_705,plain,
    ( ~ leq(one,one)
    | ~ test('#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_282,c_695]) ).

tff(c_710,plain,
    ~ leq(one,one),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_705]) ).

tff(c_714,plain,
    addition(one,one) != one,
    inference(resolution,[status(thm)],[c_26,c_710]) ).

tff(c_718,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_8,c_714]) ).

tff(c_720,plain,
    leq(one,multiplication(addition('#skF_2',c('#skF_2')),addition('#skF_3',c('#skF_3')))),
    inference(splitRight,[status(thm)],[c_55]) ).

tff(c_1124,plain,
    ( leq(one,multiplication(one,addition('#skF_3',c('#skF_3'))))
    | ~ test('#skF_2') ),
    inference(superposition,[status(thm),theory(equality)],[c_1105,c_720]) ).

tff(c_1161,plain,
    leq(one,addition('#skF_3',c('#skF_3'))),
    inference(demodulation,[status(thm),theory(equality)],[c_52,c_14,c_1124]) ).

tff(c_1178,plain,
    ( leq(one,one)
    | ~ test('#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_857,c_1161]) ).

tff(c_1181,plain,
    leq(one,one),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_1178]) ).

tff(c_12,plain,
    ! [A_11] : ( multiplication(A_11,one) = A_11 ),
    inference(cnfTransformation,[status(thm)],[f_63]) ).

tff(c_719,plain,
    ~ leq(multiplication(addition('#skF_2',c('#skF_2')),addition('#skF_3',c('#skF_3'))),one),
    inference(splitRight,[status(thm)],[c_55]) ).

tff(c_1137,plain,
    ( ~ leq(multiplication(addition('#skF_2',c('#skF_2')),one),one)
    | ~ test('#skF_3') ),
    inference(superposition,[status(thm),theory(equality)],[c_1105,c_719]) ).

tff(c_1168,plain,
    ~ leq(addition('#skF_2',c('#skF_2')),one),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_12,c_1137]) ).

tff(c_1198,plain,
    ( ~ leq(one,one)
    | ~ test('#skF_2') ),
    inference(superposition,[status(thm),theory(equality)],[c_857,c_1168]) ).

tff(c_1204,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_52,c_1181,c_1198]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KLE007+4 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.13/0.34  % Computer : n014.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug  3 23:21:33 EDT 2023
% 0.20/0.35  % CPUTime  : 
% 3.98/2.18  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.98/2.19  
% 3.98/2.19  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.12/2.22  
% 4.12/2.22  Inference rules
% 4.12/2.22  ----------------------
% 4.12/2.22  #Ref     : 0
% 4.12/2.22  #Sup     : 268
% 4.12/2.22  #Fact    : 0
% 4.12/2.22  #Define  : 0
% 4.12/2.22  #Split   : 5
% 4.12/2.22  #Chain   : 0
% 4.12/2.22  #Close   : 0
% 4.12/2.22  
% 4.12/2.22  Ordering : KBO
% 4.12/2.22  
% 4.12/2.22  Simplification rules
% 4.12/2.22  ----------------------
% 4.12/2.22  #Subsume      : 42
% 4.12/2.22  #Demod        : 109
% 4.12/2.22  #Tautology    : 140
% 4.12/2.22  #SimpNegUnit  : 2
% 4.12/2.22  #BackRed      : 0
% 4.12/2.22  
% 4.12/2.22  #Partial instantiations: 0
% 4.12/2.22  #Strategies tried      : 1
% 4.12/2.22  
% 4.12/2.22  Timing (in seconds)
% 4.12/2.22  ----------------------
% 4.12/2.22  Preprocessing        : 0.56
% 4.12/2.22  Parsing              : 0.30
% 4.12/2.22  CNF conversion       : 0.03
% 4.12/2.22  Main loop            : 0.50
% 4.12/2.22  Inferencing          : 0.19
% 4.12/2.22  Reduction            : 0.16
% 4.12/2.22  Demodulation         : 0.12
% 4.12/2.22  BG Simplification    : 0.03
% 4.12/2.22  Subsumption          : 0.09
% 4.12/2.22  Abstraction          : 0.02
% 4.12/2.22  MUC search           : 0.00
% 4.12/2.22  Cooper               : 0.00
% 4.12/2.22  Total                : 1.11
% 4.12/2.22  Index Insertion      : 0.00
% 4.12/2.22  Index Deletion       : 0.00
% 4.12/2.22  Index Matching       : 0.00
% 4.12/2.22  BG Taut test         : 0.00
%------------------------------------------------------------------------------