TSTP Solution File: SET077-6 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : SET077-6 : TPTP v8.1.2. Bugfixed v2.1.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 : n008.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:51 EDT 2023

% Result   : Unsatisfiable 4.43s 2.04s
% Output   : CNFRefutation 4.60s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   51
% Syntax   : Number of formulae    :   56 (   8 unt;  48 typ;   0 def)
%            Number of atoms       :    8 (   2 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    2 (   2   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   65 (  39   >;  26   *;   0   +;   0  <<)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   39 (  39 usr;   9 con; 0-3 aty)
%            Number of variables   :    7 (;   7   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ homomorphism > compatible > subclass > member > single_valued_class > operation > one_to_one > inductive > function > restrict > range > not_homomorphism2 > not_homomorphism1 > domain > unordered_pair > union > symmetric_difference > ordered_pair > not_subclass_element > intersection > image > cross_product > compose > apply > #nlpp > sum_class > successor > singleton > second > rotate > regular > range_of > power_class > inverse > flip > first > domain_of > diagonalise > complement > cantor > x > universal_class > successor_relation > subset_relation > omega > null_class > identity_relation > element_relation > choice

%Foreground sorts:

%Background operators:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(f_123,axiom,
    ! [X] : ( unordered_pair(X,X) = singleton(X) ),
    file(unknown,unknown) ).

tff(f_119,axiom,
    ! [X,Y] : member(unordered_pair(X,Y),universal_class),
    file(unknown,unknown) ).

tff(f_645,axiom,
    ~ member(singleton(x),universal_class),
    file(unknown,unknown) ).

tff(c_24,plain,
    ! [X_24] : ( unordered_pair(X_24,X_24) = singleton(X_24) ),
    inference(cnfTransformation,[status(thm)],[f_123]) ).

tff(c_210,plain,
    ! [X_183,Y_184] : member(unordered_pair(X_183,Y_184),universal_class),
    inference(cnfTransformation,[status(thm)],[f_119]) ).

tff(c_212,plain,
    ! [X_24] : member(singleton(X_24),universal_class),
    inference(superposition,[status(thm),theory(equality)],[c_24,c_210]) ).

tff(c_184,plain,
    ~ member(singleton(x),universal_class),
    inference(cnfTransformation,[status(thm)],[f_645]) ).

tff(c_215,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_212,c_184]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SET077-6 : TPTP v8.1.2. Bugfixed v2.1.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.14/0.35  % Computer : n008.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu Aug  3 17:02:18 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 4.43/2.04  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 4.43/2.04  
% 4.43/2.04  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 4.60/2.06  
% 4.60/2.06  Inference rules
% 4.60/2.06  ----------------------
% 4.60/2.06  #Ref     : 0
% 4.60/2.06  #Sup     : 5
% 4.60/2.06  #Fact    : 0
% 4.60/2.06  #Define  : 0
% 4.60/2.06  #Split   : 0
% 4.60/2.07  #Chain   : 0
% 4.60/2.07  #Close   : 0
% 4.60/2.07  
% 4.60/2.07  Ordering : KBO
% 4.60/2.07  
% 4.60/2.07  Simplification rules
% 4.60/2.07  ----------------------
% 4.60/2.07  #Subsume      : 0
% 4.60/2.07  #Demod        : 5
% 4.60/2.07  #Tautology    : 5
% 4.60/2.07  #SimpNegUnit  : 0
% 4.60/2.07  #BackRed      : 1
% 4.60/2.07  
% 4.60/2.07  #Partial instantiations: 0
% 4.60/2.07  #Strategies tried      : 1
% 4.60/2.07  
% 4.60/2.07  Timing (in seconds)
% 4.60/2.07  ----------------------
% 4.60/2.07  Preprocessing        : 0.68
% 4.60/2.07  Parsing              : 0.36
% 4.60/2.07  CNF conversion       : 0.04
% 4.60/2.07  Main loop            : 0.25
% 4.60/2.07  Inferencing          : 0.04
% 4.60/2.07  Reduction            : 0.11
% 4.60/2.07  Demodulation         : 0.08
% 4.60/2.07  BG Simplification    : 0.04
% 4.60/2.07  Subsumption          : 0.06
% 4.60/2.07  Abstraction          : 0.01
% 4.60/2.07  MUC search           : 0.00
% 4.60/2.07  Cooper               : 0.00
% 4.60/2.07  Total                : 0.97
% 4.60/2.07  Index Insertion      : 0.00
% 4.60/2.07  Index Deletion       : 0.00
% 4.60/2.07  Index Matching       : 0.00
% 4.60/2.07  BG Taut test         : 0.00
%------------------------------------------------------------------------------