TSTP Solution File: CAT003-4 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : CAT003-4 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n025.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  : 600s
% DateTime : Fri Jul 15 00:03:44 EDT 2022

% Result   : Unsatisfiable 8.21s 8.40s
% Output   : CNFRefutation 8.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   26
% Syntax   : Number of formulae    :  118 (  71 unt;   9 typ;   0 def)
%            Number of atoms       :  465 ( 215 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :  626 (  89   ~; 104   |;   0   &; 433   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (   9 usr;   6 con; 0-2 aty)
%            Number of variables   :  171 (   0   ^ 171   !;   0   ?; 171   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $i ).

thf(tp_b,type,
    b: $i ).

thf(tp_codomain,type,
    codomain: $i > $i ).

thf(tp_compose,type,
    compose: $i > $i > $i ).

thf(tp_domain,type,
    domain: $i > $i ).

thf(tp_equivalent,type,
    equivalent: $i > $i > $o ).

thf(tp_g,type,
    g: $i ).

thf(tp_h,type,
    h: $i ).

thf(tp_there_exists,type,
    there_exists: $i > $o ).

thf(1,axiom,
    ! [X: $i] :
      ( ( compose @ ( codomain @ X ) @ X )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',compose_codomain) ).

thf(2,axiom,
    ! [X: $i] :
      ( ( compose @ X @ ( domain @ X ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',compose_domain) ).

thf(3,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( compose @ X @ ( compose @ Y @ Z ) )
      = ( compose @ ( compose @ X @ Y ) @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_compose) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( there_exists @ ( domain @ X ) )
      | ( ( domain @ X )
       != ( codomain @ Y ) )
      | ( there_exists @ ( compose @ X @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',domain_codomain_composition2) ).

thf(5,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( there_exists @ ( compose @ X @ Y ) )
      | ( ( domain @ X )
        = ( codomain @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',domain_codomain_composition1) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( there_exists @ ( compose @ X @ Y ) )
      | ( there_exists @ ( domain @ X ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',composition_implies_domain) ).

thf(7,axiom,
    ! [X: $i] :
      ( ~ ( there_exists @ ( codomain @ X ) )
      | ( there_exists @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',codomain_has_elements) ).

thf(8,axiom,
    ! [X: $i] :
      ( ~ ( there_exists @ ( domain @ X ) )
      | ( there_exists @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',domain_has_elements) ).

thf(9,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( there_exists @ X )
      | ( X != Y )
      | ( equivalent @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_and_equality_implies_equivalence1) ).

thf(10,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( equivalent @ X @ Y )
      | ( X = Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',equivalence_implies_existence2) ).

thf(11,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( equivalent @ X @ Y )
      | ( there_exists @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',equivalence_implies_existence1) ).

thf(12,axiom,
    ( ( compose @ h @ a )
    = ( compose @ g @ a ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ha_equals_ga) ).

thf(13,axiom,
    there_exists @ h,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assume_h_exists) ).

thf(14,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( compose @ X @ ( compose @ a @ b ) )
       != Y )
      | ( ( compose @ Z @ ( compose @ a @ b ) )
       != Y )
      | ( X = Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',epimorphism) ).

thf(15,axiom,
    there_exists @ ( compose @ a @ b ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assume_ab_exists) ).

thf(16,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(17,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[16]) ).

thf(18,negated_conjecture,
    g != h,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_g_equals_h) ).

thf(19,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[17]) ).

thf(20,plain,
    ( ( ! [X: $i] :
          ( ( compose @ ( codomain @ X ) @ X )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(21,plain,
    ( ( ! [X: $i] :
          ( ( compose @ X @ ( domain @ X ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(22,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( compose @ X @ ( compose @ Y @ Z ) )
          = ( compose @ ( compose @ X @ Y ) @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(23,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( there_exists @ ( domain @ X ) )
          | ( ( domain @ X )
           != ( codomain @ Y ) )
          | ( there_exists @ ( compose @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(24,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( there_exists @ ( compose @ X @ Y ) )
          | ( ( domain @ X )
            = ( codomain @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(25,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( there_exists @ ( compose @ X @ Y ) )
          | ( there_exists @ ( domain @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(26,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ ( codomain @ X ) )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(27,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ ( domain @ X ) )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(28,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( there_exists @ X )
          | ( X != Y )
          | ( equivalent @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(29,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equivalent @ X @ Y )
          | ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equivalent @ X @ Y )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(31,plain,
    ( ( ( compose @ h @ a )
      = ( compose @ g @ a ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(32,plain,
    ( ( there_exists @ h )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( ( compose @ X @ ( compose @ a @ b ) )
           != Y )
          | ( ( compose @ Z @ ( compose @ a @ b ) )
           != Y )
          | ( X = Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(34,plain,
    ( ( there_exists @ ( compose @ a @ b ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(35,plain,
    ( ( ( g != h ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(36,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[19]) ).

thf(37,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ ( domain @ X ) )
          | ! [Y: $i] :
              ( ( ( domain @ X )
               != ( codomain @ Y ) )
              | ( there_exists @ ( compose @ X @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(38,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i] :
              ~ ( there_exists @ ( compose @ X @ Y ) )
          | ( there_exists @ ( domain @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(39,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ X )
          | ! [Y: $i] :
              ( ( X != Y )
              | ( equivalent @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[28]) ).

thf(40,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i] :
              ~ ( equivalent @ X @ Y )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[30]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( compose @ X @ ( compose @ a @ b ) )
           != Y )
          | ! [Z: $i] :
              ( ( ( compose @ Z @ ( compose @ a @ b ) )
               != Y )
              | ( X = Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(42,plain,
    ( ( ( g != h ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(43,plain,
    ( ( ( g != h ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(44,plain,
    ( ( there_exists @ ( compose @ a @ b ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(45,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( compose @ X @ ( compose @ a @ b ) )
           != Y )
          | ! [Z: $i] :
              ( ( ( compose @ Z @ ( compose @ a @ b ) )
               != Y )
              | ( X = Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(46,plain,
    ( ( there_exists @ h )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(47,plain,
    ( ( ( compose @ h @ a )
      = ( compose @ g @ a ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(48,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i] :
              ~ ( equivalent @ X @ Y )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(49,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equivalent @ X @ Y )
          | ( X = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(50,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ X )
          | ! [Y: $i] :
              ( ( X != Y )
              | ( equivalent @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(51,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ ( domain @ X ) )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(52,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ ( codomain @ X ) )
          | ( there_exists @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(53,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i] :
              ~ ( there_exists @ ( compose @ X @ Y ) )
          | ( there_exists @ ( domain @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(54,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( there_exists @ ( compose @ X @ Y ) )
          | ( ( domain @ X )
            = ( codomain @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(55,plain,
    ( ( ! [X: $i] :
          ( ~ ( there_exists @ ( domain @ X ) )
          | ! [Y: $i] :
              ( ( ( domain @ X )
               != ( codomain @ Y ) )
              | ( there_exists @ ( compose @ X @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(56,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( compose @ X @ ( compose @ Y @ Z ) )
          = ( compose @ ( compose @ X @ Y ) @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(57,plain,
    ( ( ! [X: $i] :
          ( ( compose @ X @ ( domain @ X ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(58,plain,
    ( ( ! [X: $i] :
          ( ( compose @ ( codomain @ X ) @ X )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(59,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(60,plain,
    ( ( g = h )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[43]) ).

thf(61,plain,
    ! [SV1: $i] :
      ( ( ! [SY22: $i] :
            ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
             != SY22 )
            | ! [SY23: $i] :
                ( ( ( compose @ SY23 @ ( compose @ a @ b ) )
                 != SY22 )
                | ( SV1 = SY23 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(62,plain,
    ! [SV2: $i] :
      ( ( ! [SY24: $i] :
            ~ ( equivalent @ SV2 @ SY24 )
        | ( there_exists @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(63,plain,
    ! [SV3: $i] :
      ( ( ! [SY25: $i] :
            ( ~ ( equivalent @ SV3 @ SY25 )
            | ( SV3 = SY25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(64,plain,
    ! [SV4: $i] :
      ( ( ~ ( there_exists @ SV4 )
        | ! [SY26: $i] :
            ( ( SV4 != SY26 )
            | ( equivalent @ SV4 @ SY26 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(65,plain,
    ! [SV5: $i] :
      ( ( ~ ( there_exists @ ( domain @ SV5 ) )
        | ( there_exists @ SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(66,plain,
    ! [SV6: $i] :
      ( ( ~ ( there_exists @ ( codomain @ SV6 ) )
        | ( there_exists @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(67,plain,
    ! [SV7: $i] :
      ( ( ! [SY27: $i] :
            ~ ( there_exists @ ( compose @ SV7 @ SY27 ) )
        | ( there_exists @ ( domain @ SV7 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(68,plain,
    ! [SV8: $i] :
      ( ( ! [SY28: $i] :
            ( ~ ( there_exists @ ( compose @ SV8 @ SY28 ) )
            | ( ( domain @ SV8 )
              = ( codomain @ SY28 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(69,plain,
    ! [SV9: $i] :
      ( ( ~ ( there_exists @ ( domain @ SV9 ) )
        | ! [SY29: $i] :
            ( ( ( domain @ SV9 )
             != ( codomain @ SY29 ) )
            | ( there_exists @ ( compose @ SV9 @ SY29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(70,plain,
    ! [SV10: $i] :
      ( ( ! [SY30: $i,SY31: $i] :
            ( ( compose @ SV10 @ ( compose @ SY30 @ SY31 ) )
            = ( compose @ ( compose @ SV10 @ SY30 ) @ SY31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(71,plain,
    ! [SV11: $i] :
      ( ( ( compose @ SV11 @ ( domain @ SV11 ) )
        = SV11 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(72,plain,
    ! [SV12: $i] :
      ( ( ( compose @ ( codomain @ SV12 ) @ SV12 )
        = SV12 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(73,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(74,plain,
    ! [SV13: $i,SV1: $i] :
      ( ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
         != SV13 )
        | ! [SY32: $i] :
            ( ( ( compose @ SY32 @ ( compose @ a @ b ) )
             != SV13 )
            | ( SV1 = SY32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(75,plain,
    ! [SV2: $i] :
      ( ( ( ! [SY24: $i] :
              ~ ( equivalent @ SV2 @ SY24 ) )
        = $true )
      | ( ( there_exists @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[62]) ).

thf(76,plain,
    ! [SV14: $i,SV3: $i] :
      ( ( ~ ( equivalent @ SV3 @ SV14 )
        | ( SV3 = SV14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(77,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( there_exists @ SV4 ) )
        = $true )
      | ( ( ! [SY26: $i] :
              ( ( SV4 != SY26 )
              | ( equivalent @ SV4 @ SY26 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(78,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( there_exists @ ( domain @ SV5 ) ) )
        = $true )
      | ( ( there_exists @ SV5 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[65]) ).

thf(79,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( there_exists @ ( codomain @ SV6 ) ) )
        = $true )
      | ( ( there_exists @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[66]) ).

thf(80,plain,
    ! [SV7: $i] :
      ( ( ( ! [SY27: $i] :
              ~ ( there_exists @ ( compose @ SV7 @ SY27 ) ) )
        = $true )
      | ( ( there_exists @ ( domain @ SV7 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[67]) ).

thf(81,plain,
    ! [SV15: $i,SV8: $i] :
      ( ( ~ ( there_exists @ ( compose @ SV8 @ SV15 ) )
        | ( ( domain @ SV8 )
          = ( codomain @ SV15 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(82,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( there_exists @ ( domain @ SV9 ) ) )
        = $true )
      | ( ( ! [SY29: $i] :
              ( ( ( domain @ SV9 )
               != ( codomain @ SY29 ) )
              | ( there_exists @ ( compose @ SV9 @ SY29 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[69]) ).

thf(83,plain,
    ! [SV16: $i,SV10: $i] :
      ( ( ! [SY33: $i] :
            ( ( compose @ SV10 @ ( compose @ SV16 @ SY33 ) )
            = ( compose @ ( compose @ SV10 @ SV16 ) @ SY33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(84,plain,
    ! [SV13: $i,SV1: $i] :
      ( ( ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
           != SV13 ) )
        = $true )
      | ( ( ! [SY32: $i] :
              ( ( ( compose @ SY32 @ ( compose @ a @ b ) )
               != SV13 )
              | ( SV1 = SY32 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[74]) ).

thf(85,plain,
    ! [SV17: $i,SV2: $i] :
      ( ( ( ~ ( equivalent @ SV2 @ SV17 ) )
        = $true )
      | ( ( there_exists @ SV2 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(86,plain,
    ! [SV14: $i,SV3: $i] :
      ( ( ( ~ ( equivalent @ SV3 @ SV14 ) )
        = $true )
      | ( ( SV3 = SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(87,plain,
    ! [SV4: $i] :
      ( ( ( there_exists @ SV4 )
        = $false )
      | ( ( ! [SY26: $i] :
              ( ( SV4 != SY26 )
              | ( equivalent @ SV4 @ SY26 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(88,plain,
    ! [SV5: $i] :
      ( ( ( there_exists @ ( domain @ SV5 ) )
        = $false )
      | ( ( there_exists @ SV5 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[78]) ).

thf(89,plain,
    ! [SV6: $i] :
      ( ( ( there_exists @ ( codomain @ SV6 ) )
        = $false )
      | ( ( there_exists @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[79]) ).

thf(90,plain,
    ! [SV18: $i,SV7: $i] :
      ( ( ( ~ ( there_exists @ ( compose @ SV7 @ SV18 ) ) )
        = $true )
      | ( ( there_exists @ ( domain @ SV7 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(91,plain,
    ! [SV15: $i,SV8: $i] :
      ( ( ( ~ ( there_exists @ ( compose @ SV8 @ SV15 ) ) )
        = $true )
      | ( ( ( domain @ SV8 )
          = ( codomain @ SV15 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[81]) ).

thf(92,plain,
    ! [SV9: $i] :
      ( ( ( there_exists @ ( domain @ SV9 ) )
        = $false )
      | ( ( ! [SY29: $i] :
              ( ( ( domain @ SV9 )
               != ( codomain @ SY29 ) )
              | ( there_exists @ ( compose @ SV9 @ SY29 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[82]) ).

thf(93,plain,
    ! [SV19: $i,SV16: $i,SV10: $i] :
      ( ( ( compose @ SV10 @ ( compose @ SV16 @ SV19 ) )
        = ( compose @ ( compose @ SV10 @ SV16 ) @ SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(94,plain,
    ! [SV13: $i,SV1: $i] :
      ( ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
          = SV13 )
        = $false )
      | ( ( ! [SY32: $i] :
              ( ( ( compose @ SY32 @ ( compose @ a @ b ) )
               != SV13 )
              | ( SV1 = SY32 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(95,plain,
    ! [SV17: $i,SV2: $i] :
      ( ( ( equivalent @ SV2 @ SV17 )
        = $false )
      | ( ( there_exists @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(96,plain,
    ! [SV14: $i,SV3: $i] :
      ( ( ( equivalent @ SV3 @ SV14 )
        = $false )
      | ( ( SV3 = SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(97,plain,
    ! [SV20: $i,SV4: $i] :
      ( ( ( ( SV4 != SV20 )
          | ( equivalent @ SV4 @ SV20 ) )
        = $true )
      | ( ( there_exists @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(98,plain,
    ! [SV18: $i,SV7: $i] :
      ( ( ( there_exists @ ( compose @ SV7 @ SV18 ) )
        = $false )
      | ( ( there_exists @ ( domain @ SV7 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[90]) ).

thf(99,plain,
    ! [SV15: $i,SV8: $i] :
      ( ( ( there_exists @ ( compose @ SV8 @ SV15 ) )
        = $false )
      | ( ( ( domain @ SV8 )
          = ( codomain @ SV15 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[91]) ).

thf(100,plain,
    ! [SV21: $i,SV9: $i] :
      ( ( ( ( ( domain @ SV9 )
           != ( codomain @ SV21 ) )
          | ( there_exists @ ( compose @ SV9 @ SV21 ) ) )
        = $true )
      | ( ( there_exists @ ( domain @ SV9 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(101,plain,
    ! [SV1: $i,SV13: $i,SV22: $i] :
      ( ( ( ( ( compose @ SV22 @ ( compose @ a @ b ) )
           != SV13 )
          | ( SV1 = SV22 ) )
        = $true )
      | ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
          = SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(102,plain,
    ! [SV20: $i,SV4: $i] :
      ( ( ( ( SV4 != SV20 ) )
        = $true )
      | ( ( equivalent @ SV4 @ SV20 )
        = $true )
      | ( ( there_exists @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(103,plain,
    ! [SV21: $i,SV9: $i] :
      ( ( ( ( ( domain @ SV9 )
           != ( codomain @ SV21 ) ) )
        = $true )
      | ( ( there_exists @ ( compose @ SV9 @ SV21 ) )
        = $true )
      | ( ( there_exists @ ( domain @ SV9 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(104,plain,
    ! [SV1: $i,SV13: $i,SV22: $i] :
      ( ( ( ( ( compose @ SV22 @ ( compose @ a @ b ) )
           != SV13 ) )
        = $true )
      | ( ( SV1 = SV22 )
        = $true )
      | ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
          = SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[101]) ).

thf(105,plain,
    ! [SV20: $i,SV4: $i] :
      ( ( ( SV4 = SV20 )
        = $false )
      | ( ( equivalent @ SV4 @ SV20 )
        = $true )
      | ( ( there_exists @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(106,plain,
    ! [SV21: $i,SV9: $i] :
      ( ( ( ( domain @ SV9 )
          = ( codomain @ SV21 ) )
        = $false )
      | ( ( there_exists @ ( compose @ SV9 @ SV21 ) )
        = $true )
      | ( ( there_exists @ ( domain @ SV9 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[103]) ).

thf(107,plain,
    ! [SV1: $i,SV13: $i,SV22: $i] :
      ( ( ( ( compose @ SV22 @ ( compose @ a @ b ) )
          = SV13 )
        = $false )
      | ( ( SV1 = SV22 )
        = $true )
      | ( ( ( compose @ SV1 @ ( compose @ a @ b ) )
          = SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(108,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[44,107,106,105,99,98,96,95,93,89,88,73,72,71,60,47,46]) ).

thf(109,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[108]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CAT003-4 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.33  % Computer : n025.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Mon May 30 00:01:41 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.34  
% 0.13/0.34   No.of.Axioms: 16
% 0.13/0.34  
% 0.13/0.34   Length.of.Defs: 0
% 0.13/0.34  
% 0.13/0.34   Contains.Choice.Funs: false
% 0.19/0.35  (rf:0,axioms:16,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:18,loop_count:0,foatp_calls:0,translation:fof_full).....
% 8.21/8.40  
% 8.21/8.40  ********************************
% 8.21/8.40  *   All subproblems solved!    *
% 8.21/8.40  ********************************
% 8.21/8.40  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:16,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:108,loop_count:0,foatp_calls:1,translation:fof_full)
% 8.21/8.41  
% 8.21/8.41  %**** Beginning of derivation protocol ****
% 8.21/8.41  % SZS output start CNFRefutation
% See solution above
% 8.21/8.41  
% 8.21/8.41  %**** End of derivation protocol ****
% 8.21/8.41  %**** no. of clauses in derivation: 109 ****
% 8.21/8.41  %**** clause counter: 108 ****
% 8.21/8.41  
% 8.21/8.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:16,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:108,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------