TSTP Solution File: CAT006-3 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : CAT006-3 : TPTP v8.1.2. Released v1.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 : n020.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:34:36 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ equivalent > there_exists > f1 > compose > #nlpp > domain > codomain > d > a

%Foreground sorts:

%Background operators:

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

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

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

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

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

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

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

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

tff(f_170,axiom,
    codomain(a) != d,
    file(unknown,unknown) ).

tff(f_158,axiom,
    there_exists(compose(d,a)),
    file(unknown,unknown) ).

tff(f_86,axiom,
    ! [X,Y] :
      ( ~ there_exists(compose(X,Y))
      | there_exists(domain(X)) ),
    file(unknown,unknown) ).

tff(f_76,axiom,
    ! [X] :
      ( ~ there_exists(domain(X))
      | there_exists(X) ),
    file(unknown,unknown) ).

tff(f_105,axiom,
    ! [X] : ( compose(codomain(X),X) = X ),
    file(unknown,unknown) ).

tff(f_163,axiom,
    ! [X] :
      ( ~ there_exists(compose(X,d))
      | ( compose(X,d) = X ) ),
    file(unknown,unknown) ).

tff(f_91,axiom,
    ! [X,Y] :
      ( ~ there_exists(compose(X,Y))
      | ( domain(X) = codomain(Y) ) ),
    file(unknown,unknown) ).

tff(c_42,plain,
    codomain(a) != d,
    inference(cnfTransformation,[status(thm)],[f_170]) ).

tff(c_36,plain,
    there_exists(compose(d,a)),
    inference(cnfTransformation,[status(thm)],[f_158]) ).

tff(c_81,plain,
    ! [X_47,Y_48] :
      ( there_exists(domain(X_47))
      | ~ there_exists(compose(X_47,Y_48)) ),
    inference(cnfTransformation,[status(thm)],[f_86]) ).

tff(c_91,plain,
    there_exists(domain(d)),
    inference(resolution,[status(thm)],[c_36,c_81]) ).

tff(c_8,plain,
    ! [X_7] :
      ( there_exists(X_7)
      | ~ there_exists(domain(X_7)) ),
    inference(cnfTransformation,[status(thm)],[f_76]) ).

tff(c_95,plain,
    there_exists(d),
    inference(resolution,[status(thm)],[c_91,c_8]) ).

tff(c_22,plain,
    ! [X_19] : ( compose(codomain(X_19),X_19) = X_19 ),
    inference(cnfTransformation,[status(thm)],[f_105]) ).

tff(c_179,plain,
    ! [X_56] :
      ( ( compose(X_56,d) = X_56 )
      | ~ there_exists(compose(X_56,d)) ),
    inference(cnfTransformation,[status(thm)],[f_163]) ).

tff(c_183,plain,
    ( ( compose(codomain(d),d) = codomain(d) )
    | ~ there_exists(d) ),
    inference(superposition,[status(thm),theory(equality)],[c_22,c_179]) ).

tff(c_185,plain,
    codomain(d) = d,
    inference(demodulation,[status(thm),theory(equality)],[c_95,c_22,c_183]) ).

tff(c_127,plain,
    ! [X_54,Y_55] :
      ( ( domain(X_54) = codomain(Y_55) )
      | ~ there_exists(compose(X_54,Y_55)) ),
    inference(cnfTransformation,[status(thm)],[f_91]) ).

tff(c_137,plain,
    domain(d) = codomain(a),
    inference(resolution,[status(thm)],[c_36,c_127]) ).

tff(c_197,plain,
    compose(d,d) = d,
    inference(superposition,[status(thm),theory(equality)],[c_185,c_22]) ).

tff(c_14,plain,
    ! [X_11,Y_12] :
      ( ( domain(X_11) = codomain(Y_12) )
      | ~ there_exists(compose(X_11,Y_12)) ),
    inference(cnfTransformation,[status(thm)],[f_91]) ).

tff(c_216,plain,
    ( ( domain(d) = codomain(d) )
    | ~ there_exists(d) ),
    inference(superposition,[status(thm),theory(equality)],[c_197,c_14]) ).

tff(c_228,plain,
    codomain(a) = d,
    inference(demodulation,[status(thm),theory(equality)],[c_95,c_185,c_137,c_216]) ).

tff(c_230,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_42,c_228]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : CAT006-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.09  % 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.12/0.31  % Computer : n020.cluster.edu
% 0.12/0.31  % Model    : x86_64 x86_64
% 0.12/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.31  % Memory   : 8042.1875MB
% 0.12/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.31  % CPULimit : 300
% 0.12/0.31  % WCLimit  : 300
% 0.12/0.31  % DateTime : Thu Aug  3 17:47:37 EDT 2023
% 0.12/0.31  % CPUTime  : 
% 3.31/1.72  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.31/1.72  
% 3.31/1.72  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.31/1.74  
% 3.31/1.74  Inference rules
% 3.31/1.74  ----------------------
% 3.31/1.74  #Ref     : 0
% 3.31/1.74  #Sup     : 45
% 3.31/1.74  #Fact    : 0
% 3.31/1.75  #Define  : 0
% 3.31/1.75  #Split   : 0
% 3.31/1.75  #Chain   : 0
% 3.31/1.75  #Close   : 0
% 3.31/1.75  
% 3.31/1.75  Ordering : KBO
% 3.31/1.75  
% 3.31/1.75  Simplification rules
% 3.31/1.75  ----------------------
% 3.31/1.75  #Subsume      : 2
% 3.31/1.75  #Demod        : 28
% 3.31/1.75  #Tautology    : 26
% 3.31/1.75  #SimpNegUnit  : 1
% 3.31/1.75  #BackRed      : 2
% 3.31/1.75  
% 3.31/1.75  #Partial instantiations: 0
% 3.31/1.75  #Strategies tried      : 1
% 3.31/1.75  
% 3.31/1.75  Timing (in seconds)
% 3.31/1.75  ----------------------
% 3.37/1.75  Preprocessing        : 0.47
% 3.37/1.75  Parsing              : 0.25
% 3.37/1.75  CNF conversion       : 0.03
% 3.37/1.75  Main loop            : 0.27
% 3.37/1.75  Inferencing          : 0.11
% 3.37/1.75  Reduction            : 0.07
% 3.37/1.75  Demodulation         : 0.05
% 3.37/1.75  BG Simplification    : 0.02
% 3.37/1.75  Subsumption          : 0.05
% 3.37/1.75  Abstraction          : 0.01
% 3.37/1.75  MUC search           : 0.00
% 3.37/1.75  Cooper               : 0.00
% 3.37/1.75  Total                : 0.78
% 3.37/1.75  Index Insertion      : 0.00
% 3.37/1.75  Index Deletion       : 0.00
% 3.37/1.75  Index Matching       : 0.00
% 3.37/1.75  BG Taut test         : 0.00
%------------------------------------------------------------------------------