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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : SET062+4 : TPTP v8.1.2. Released v2.2.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 : n029.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:55:46 EDT 2023

% Result   : Theorem 3.29s 1.85s
% Output   : CNFRefutation 3.29s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   24 (   6 unt;  16 typ;   0 def)
%            Number of atoms       :   11 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :    7 (   4   ~;   1   |;   0   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   24 (  14   >;  10   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :   13 (  13 usr;   2 con; 0-2 aty)
%            Number of variables   :    9 (;   9   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ subset > member > equal_set > unordered_pair > union > intersection > difference > #nlpp > sum > singleton > product > power_set > empty_set > #skF_3 > #skF_4 > #skF_2 > #skF_1

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(equal_set,type,
    equal_set: ( $i * $i ) > $o ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(f_56,axiom,
    ! [A,B] :
      ( subset(A,B)
    <=> ! [X] :
          ( member(X,A)
         => member(X,B) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SET006+0.ax',subset) ).

tff(f_81,axiom,
    ! [X] : ~ member(X,empty_set),
    file('/export/starexec/sandbox2/benchmark/Axioms/SET006+0.ax',empty_set) ).

tff(f_117,negated_conjecture,
    ~ ! [A] : subset(empty_set,A),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thI15) ).

tff(c_106,plain,
    ! [A_62,B_63] :
      ( member('#skF_1'(A_62,B_63),A_62)
      | subset(A_62,B_63) ),
    inference(cnfTransformation,[status(thm)],[f_56]) ).

tff(c_30,plain,
    ! [X_16] : ~ member(X_16,empty_set),
    inference(cnfTransformation,[status(thm)],[f_81]) ).

tff(c_131,plain,
    ! [B_63] : subset(empty_set,B_63),
    inference(resolution,[status(thm)],[c_106,c_30]) ).

tff(c_60,plain,
    ~ subset(empty_set,'#skF_4'),
    inference(cnfTransformation,[status(thm)],[f_117]) ).

tff(c_135,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_131,c_60]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET062+4 : TPTP v8.1.2. Released v2.2.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.35  % Computer : n029.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug  3 16:47:22 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 3.29/1.85  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.29/1.86  
% 3.29/1.86  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.29/1.88  
% 3.29/1.88  Inference rules
% 3.29/1.88  ----------------------
% 3.29/1.88  #Ref     : 0
% 3.29/1.88  #Sup     : 12
% 3.29/1.88  #Fact    : 0
% 3.29/1.88  #Define  : 0
% 3.29/1.88  #Split   : 0
% 3.29/1.88  #Chain   : 0
% 3.29/1.88  #Close   : 0
% 3.29/1.88  
% 3.29/1.88  Ordering : KBO
% 3.29/1.88  
% 3.29/1.88  Simplification rules
% 3.29/1.88  ----------------------
% 3.29/1.88  #Subsume      : 0
% 3.29/1.88  #Demod        : 1
% 3.29/1.88  #Tautology    : 2
% 3.29/1.88  #SimpNegUnit  : 0
% 3.29/1.88  #BackRed      : 1
% 3.29/1.88  
% 3.29/1.88  #Partial instantiations: 0
% 3.29/1.88  #Strategies tried      : 1
% 3.29/1.88  
% 3.29/1.88  Timing (in seconds)
% 3.29/1.88  ----------------------
% 3.29/1.88  Preprocessing        : 0.52
% 3.29/1.88  Parsing              : 0.28
% 3.29/1.88  CNF conversion       : 0.03
% 3.29/1.88  Main loop            : 0.23
% 3.29/1.88  Inferencing          : 0.09
% 3.29/1.88  Reduction            : 0.06
% 3.29/1.88  Demodulation         : 0.04
% 3.29/1.88  BG Simplification    : 0.02
% 3.29/1.88  Subsumption          : 0.05
% 3.29/1.88  Abstraction          : 0.01
% 3.29/1.88  MUC search           : 0.00
% 3.29/1.89  Cooper               : 0.00
% 3.29/1.89  Total                : 0.80
% 3.29/1.89  Index Insertion      : 0.00
% 3.29/1.89  Index Deletion       : 0.00
% 3.29/1.89  Index Matching       : 0.00
% 3.29/1.89  BG Taut test         : 0.00
%------------------------------------------------------------------------------