TSTP Solution File: HEN002-2 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : HEN002-2 : 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 : n028.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 : Sat Jul 16 12:57:11 EDT 2022

% Result   : Unsatisfiable 0.11s 0.38s
% Output   : CNFRefutation 0.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :   18
% Syntax   : Number of formulae    :  100 (  61 unt;   6 typ;   0 def)
%            Number of atoms       :  542 ( 158 equ;   0 cnn)
%            Maximal formula atoms :    6 (   5 avg)
%            Number of connectives :  966 ( 135   ~; 174   |;   0   &; 657   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   18 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   5 con; 0-3 aty)
%            Number of variables   :  316 (   0   ^ 316   !;   0   ?; 316   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_divide,type,
    divide: $i > $i > $i ).

thf(tp_identity,type,
    identity: $i ).

thf(tp_less_equal,type,
    less_equal: $i > $i > $o ).

thf(tp_quotient,type,
    quotient: $i > $i > $i > $o ).

thf(tp_x,type,
    x: $i ).

thf(tp_zero,type,
    zero: $i ).

thf(1,axiom,
    ! [X: $i] : ( quotient @ X @ identity @ zero ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',everything_divide_identity_is_zero) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i,W: $i] :
      ( ~ ( quotient @ X @ Y @ Z )
      | ~ ( quotient @ X @ Y @ W )
      | ( Z = W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',well_defined) ).

thf(3,axiom,
    ! [X: $i,Y: $i] : ( quotient @ X @ Y @ ( divide @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure) ).

thf(4,axiom,
    ! [X: $i] : ( less_equal @ X @ identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',identity_is_largest) ).

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

thf(6,axiom,
    ! [X: $i] : ( less_equal @ zero @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',zero_is_smallest) ).

thf(7,axiom,
    ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i,V5: $i] :
      ( ~ ( quotient @ X @ Y @ V1 )
      | ~ ( quotient @ Y @ Z @ V2 )
      | ~ ( quotient @ X @ Z @ V3 )
      | ~ ( quotient @ V3 @ V2 @ V4 )
      | ~ ( quotient @ V1 @ Z @ V5 )
      | ( less_equal @ V4 @ V5 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',quotient_property) ).

thf(8,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( quotient @ X @ Y @ Z )
      | ( less_equal @ Z @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',divisor_existence) ).

thf(9,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( quotient @ X @ Y @ zero )
      | ( less_equal @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less_equal_quotient) ).

thf(10,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( less_equal @ X @ Y )
      | ( quotient @ X @ Y @ zero ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',quotient_less_equal) ).

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

thf(12,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[11]) ).

thf(13,negated_conjecture,
    ~ ( quotient @ zero @ x @ zero ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_zero_divide_anything_is_zero) ).

thf(14,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[12]) ).

thf(15,plain,
    ( ( ! [X: $i] : ( quotient @ X @ identity @ zero ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(16,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,W: $i] :
          ( ~ ( quotient @ X @ Y @ Z )
          | ~ ( quotient @ X @ Y @ W )
          | ( Z = W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i] : ( quotient @ X @ Y @ ( divide @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(18,plain,
    ( ( ! [X: $i] : ( less_equal @ X @ identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(19,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ~ ( less_equal @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(20,plain,
    ( ( ! [X: $i] : ( less_equal @ zero @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i,V5: $i] :
          ( ~ ( quotient @ X @ Y @ V1 )
          | ~ ( quotient @ Y @ Z @ V2 )
          | ~ ( quotient @ X @ Z @ V3 )
          | ~ ( quotient @ V3 @ V2 @ V4 )
          | ~ ( quotient @ V1 @ Z @ V5 )
          | ( less_equal @ V4 @ V5 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(22,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( quotient @ X @ Y @ Z )
          | ( less_equal @ Z @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(23,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( quotient @ X @ Y @ zero )
          | ( less_equal @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

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

thf(25,plain,
    ( ( ~ ( quotient @ zero @ x @ zero ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

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

thf(27,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( quotient @ X @ Y @ Z )
          | ! [W: $i] :
              ( ~ ( quotient @ X @ Y @ W )
              | ( Z = W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[16]) ).

thf(28,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i] :
          ( ~ ( quotient @ X @ Y @ V1 )
          | ~ ( quotient @ Y @ Z @ V2 )
          | ~ ( quotient @ X @ Z @ V3 )
          | ! [V4: $i] :
              ( ~ ( quotient @ V3 @ V2 @ V4 )
              | ! [V5: $i] :
                  ( ~ ( quotient @ V1 @ Z @ V5 )
                  | ( less_equal @ V4 @ V5 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(29,plain,
    ( ( ~ ( quotient @ zero @ x @ zero ) )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ( quotient @ X @ Y @ zero ) ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(31,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( quotient @ X @ Y @ zero )
          | ( less_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( quotient @ X @ Y @ Z )
          | ( less_equal @ Z @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i] :
          ( ~ ( quotient @ X @ Y @ V1 )
          | ~ ( quotient @ Y @ Z @ V2 )
          | ~ ( quotient @ X @ Z @ V3 )
          | ! [V4: $i] :
              ( ~ ( quotient @ V3 @ V2 @ V4 )
              | ! [V5: $i] :
                  ( ~ ( quotient @ V1 @ Z @ V5 )
                  | ( less_equal @ V4 @ V5 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(34,plain,
    ( ( ! [X: $i] : ( less_equal @ zero @ X ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ~ ( less_equal @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(36,plain,
    ( ( ! [X: $i] : ( less_equal @ X @ identity ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(37,plain,
    ( ( ! [X: $i,Y: $i] : ( quotient @ X @ Y @ ( divide @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(38,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( quotient @ X @ Y @ Z )
          | ! [W: $i] :
              ( ~ ( quotient @ X @ Y @ W )
              | ( Z = W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(39,plain,
    ( ( ! [X: $i] : ( quotient @ X @ identity @ zero ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

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

thf(41,plain,
    ( ( quotient @ zero @ x @ zero )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[29]) ).

thf(42,plain,
    ! [SV1: $i] :
      ( ( ! [SY26: $i] :
            ( ~ ( less_equal @ SV1 @ SY26 )
            | ( quotient @ SV1 @ SY26 @ zero ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[30]) ).

thf(43,plain,
    ! [SV2: $i] :
      ( ( ! [SY27: $i] :
            ( ~ ( quotient @ SV2 @ SY27 @ zero )
            | ( less_equal @ SV2 @ SY27 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[31]) ).

thf(44,plain,
    ! [SV3: $i] :
      ( ( ! [SY28: $i,SY29: $i] :
            ( ~ ( quotient @ SV3 @ SY28 @ SY29 )
            | ( less_equal @ SY29 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[32]) ).

thf(45,plain,
    ! [SV4: $i] :
      ( ( ! [SY30: $i,SY31: $i,SY32: $i,SY33: $i,SY34: $i] :
            ( ~ ( quotient @ SV4 @ SY30 @ SY31 )
            | ~ ( quotient @ SY30 @ SY32 @ SY33 )
            | ~ ( quotient @ SV4 @ SY32 @ SY34 )
            | ! [V4: $i] :
                ( ~ ( quotient @ SY34 @ SY33 @ V4 )
                | ! [V5: $i] :
                    ( ~ ( quotient @ SY31 @ SY32 @ V5 )
                    | ( less_equal @ V4 @ V5 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(46,plain,
    ! [SV5: $i] :
      ( ( less_equal @ zero @ SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[34]) ).

thf(47,plain,
    ! [SV6: $i] :
      ( ( ! [SY37: $i] :
            ( ~ ( less_equal @ SV6 @ SY37 )
            | ~ ( less_equal @ SY37 @ SV6 )
            | ( SV6 = SY37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(48,plain,
    ! [SV7: $i] :
      ( ( less_equal @ SV7 @ identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(49,plain,
    ! [SV8: $i] :
      ( ( ! [SY38: $i] : ( quotient @ SV8 @ SY38 @ ( divide @ SV8 @ SY38 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(50,plain,
    ! [SV9: $i] :
      ( ( ! [SY39: $i,SY40: $i] :
            ( ~ ( quotient @ SV9 @ SY39 @ SY40 )
            | ! [SY41: $i] :
                ( ~ ( quotient @ SV9 @ SY39 @ SY41 )
                | ( SY40 = SY41 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(51,plain,
    ! [SV10: $i] :
      ( ( quotient @ SV10 @ identity @ zero )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(52,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[40]) ).

thf(53,plain,
    ! [SV11: $i,SV1: $i] :
      ( ( ~ ( less_equal @ SV1 @ SV11 )
        | ( quotient @ SV1 @ SV11 @ zero ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(54,plain,
    ! [SV12: $i,SV2: $i] :
      ( ( ~ ( quotient @ SV2 @ SV12 @ zero )
        | ( less_equal @ SV2 @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[43]) ).

thf(55,plain,
    ! [SV13: $i,SV3: $i] :
      ( ( ! [SY42: $i] :
            ( ~ ( quotient @ SV3 @ SV13 @ SY42 )
            | ( less_equal @ SY42 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(56,plain,
    ! [SV14: $i,SV4: $i] :
      ( ( ! [SY43: $i,SY44: $i,SY45: $i,SY46: $i] :
            ( ~ ( quotient @ SV4 @ SV14 @ SY43 )
            | ~ ( quotient @ SV14 @ SY44 @ SY45 )
            | ~ ( quotient @ SV4 @ SY44 @ SY46 )
            | ! [V4: $i] :
                ( ~ ( quotient @ SY46 @ SY45 @ V4 )
                | ! [V5: $i] :
                    ( ~ ( quotient @ SY43 @ SY44 @ V5 )
                    | ( less_equal @ V4 @ V5 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(57,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ~ ( less_equal @ SV6 @ SV15 )
        | ~ ( less_equal @ SV15 @ SV6 )
        | ( SV6 = SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(58,plain,
    ! [SV16: $i,SV8: $i] :
      ( ( quotient @ SV8 @ SV16 @ ( divide @ SV8 @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(59,plain,
    ! [SV17: $i,SV9: $i] :
      ( ( ! [SY49: $i] :
            ( ~ ( quotient @ SV9 @ SV17 @ SY49 )
            | ! [SY50: $i] :
                ( ~ ( quotient @ SV9 @ SV17 @ SY50 )
                | ( SY49 = SY50 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(60,plain,
    ! [SV11: $i,SV1: $i] :
      ( ( ( ~ ( less_equal @ SV1 @ SV11 ) )
        = $true )
      | ( ( quotient @ SV1 @ SV11 @ zero )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[53]) ).

thf(61,plain,
    ! [SV12: $i,SV2: $i] :
      ( ( ( ~ ( quotient @ SV2 @ SV12 @ zero ) )
        = $true )
      | ( ( less_equal @ SV2 @ SV12 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[54]) ).

thf(62,plain,
    ! [SV18: $i,SV13: $i,SV3: $i] :
      ( ( ~ ( quotient @ SV3 @ SV13 @ SV18 )
        | ( less_equal @ SV18 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(63,plain,
    ! [SV19: $i,SV14: $i,SV4: $i] :
      ( ( ! [SY51: $i,SY52: $i,SY53: $i] :
            ( ~ ( quotient @ SV4 @ SV14 @ SV19 )
            | ~ ( quotient @ SV14 @ SY51 @ SY52 )
            | ~ ( quotient @ SV4 @ SY51 @ SY53 )
            | ! [SY54: $i] :
                ( ~ ( quotient @ SY53 @ SY52 @ SY54 )
                | ! [SY55: $i] :
                    ( ~ ( quotient @ SV19 @ SY51 @ SY55 )
                    | ( less_equal @ SY54 @ SY55 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(64,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( ~ ( less_equal @ SV6 @ SV15 ) )
        = $true )
      | ( ( ~ ( less_equal @ SV15 @ SV6 )
          | ( SV6 = SV15 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[57]) ).

thf(65,plain,
    ! [SV20: $i,SV17: $i,SV9: $i] :
      ( ( ~ ( quotient @ SV9 @ SV17 @ SV20 )
        | ! [SY56: $i] :
            ( ~ ( quotient @ SV9 @ SV17 @ SY56 )
            | ( SV20 = SY56 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(66,plain,
    ! [SV11: $i,SV1: $i] :
      ( ( ( less_equal @ SV1 @ SV11 )
        = $false )
      | ( ( quotient @ SV1 @ SV11 @ zero )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(67,plain,
    ! [SV12: $i,SV2: $i] :
      ( ( ( quotient @ SV2 @ SV12 @ zero )
        = $false )
      | ( ( less_equal @ SV2 @ SV12 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(68,plain,
    ! [SV18: $i,SV13: $i,SV3: $i] :
      ( ( ( ~ ( quotient @ SV3 @ SV13 @ SV18 ) )
        = $true )
      | ( ( less_equal @ SV18 @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[62]) ).

thf(69,plain,
    ! [SV21: $i,SV19: $i,SV14: $i,SV4: $i] :
      ( ( ! [SY57: $i,SY58: $i] :
            ( ~ ( quotient @ SV4 @ SV14 @ SV19 )
            | ~ ( quotient @ SV14 @ SV21 @ SY57 )
            | ~ ( quotient @ SV4 @ SV21 @ SY58 )
            | ! [SY59: $i] :
                ( ~ ( quotient @ SY58 @ SY57 @ SY59 )
                | ! [SY60: $i] :
                    ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                    | ( less_equal @ SY59 @ SY60 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(70,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( less_equal @ SV6 @ SV15 )
        = $false )
      | ( ( ~ ( less_equal @ SV15 @ SV6 )
          | ( SV6 = SV15 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[64]) ).

thf(71,plain,
    ! [SV20: $i,SV17: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ! [SY56: $i] :
              ( ~ ( quotient @ SV9 @ SV17 @ SY56 )
              | ( SV20 = SY56 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[65]) ).

thf(72,plain,
    ! [SV18: $i,SV13: $i,SV3: $i] :
      ( ( ( quotient @ SV3 @ SV13 @ SV18 )
        = $false )
      | ( ( less_equal @ SV18 @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[68]) ).

thf(73,plain,
    ! [SV22: $i,SV21: $i,SV19: $i,SV14: $i,SV4: $i] :
      ( ( ! [SY61: $i] :
            ( ~ ( quotient @ SV4 @ SV14 @ SV19 )
            | ~ ( quotient @ SV14 @ SV21 @ SV22 )
            | ~ ( quotient @ SV4 @ SV21 @ SY61 )
            | ! [SY62: $i] :
                ( ~ ( quotient @ SY61 @ SV22 @ SY62 )
                | ! [SY60: $i] :
                    ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                    | ( less_equal @ SY62 @ SY60 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(74,plain,
    ! [SV6: $i,SV15: $i] :
      ( ( ( ~ ( less_equal @ SV15 @ SV6 ) )
        = $true )
      | ( ( SV6 = SV15 )
        = $true )
      | ( ( less_equal @ SV6 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[70]) ).

thf(75,plain,
    ! [SV20: $i,SV17: $i,SV9: $i] :
      ( ( ( quotient @ SV9 @ SV17 @ SV20 )
        = $false )
      | ( ( ! [SY56: $i] :
              ( ~ ( quotient @ SV9 @ SV17 @ SY56 )
              | ( SV20 = SY56 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(76,plain,
    ! [SV23: $i,SV22: $i,SV21: $i,SV19: $i,SV14: $i,SV4: $i] :
      ( ( ~ ( quotient @ SV4 @ SV14 @ SV19 )
        | ~ ( quotient @ SV14 @ SV21 @ SV22 )
        | ~ ( quotient @ SV4 @ SV21 @ SV23 )
        | ! [SY64: $i] :
            ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
            | ! [SY60: $i] :
                ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                | ( less_equal @ SY64 @ SY60 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(77,plain,
    ! [SV6: $i,SV15: $i] :
      ( ( ( less_equal @ SV15 @ SV6 )
        = $false )
      | ( ( SV6 = SV15 )
        = $true )
      | ( ( less_equal @ SV6 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

thf(78,plain,
    ! [SV20: $i,SV24: $i,SV17: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV17 @ SV24 )
          | ( SV20 = SV24 ) )
        = $true )
      | ( ( quotient @ SV9 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(79,plain,
    ! [SV23: $i,SV22: $i,SV21: $i,SV19: $i,SV14: $i,SV4: $i] :
      ( ( ( ~ ( quotient @ SV4 @ SV14 @ SV19 ) )
        = $true )
      | ( ( ~ ( quotient @ SV14 @ SV21 @ SV22 )
          | ~ ( quotient @ SV4 @ SV21 @ SV23 )
          | ! [SY64: $i] :
              ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
              | ! [SY60: $i] :
                  ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                  | ( less_equal @ SY64 @ SY60 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(80,plain,
    ! [SV20: $i,SV24: $i,SV17: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV17 @ SV24 ) )
        = $true )
      | ( ( SV20 = SV24 )
        = $true )
      | ( ( quotient @ SV9 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(81,plain,
    ! [SV23: $i,SV22: $i,SV21: $i,SV19: $i,SV14: $i,SV4: $i] :
      ( ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false )
      | ( ( ~ ( quotient @ SV14 @ SV21 @ SV22 )
          | ~ ( quotient @ SV4 @ SV21 @ SV23 )
          | ! [SY64: $i] :
              ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
              | ! [SY60: $i] :
                  ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                  | ( less_equal @ SY64 @ SY60 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[79]) ).

thf(82,plain,
    ! [SV20: $i,SV24: $i,SV17: $i,SV9: $i] :
      ( ( ( quotient @ SV9 @ SV17 @ SV24 )
        = $false )
      | ( ( SV20 = SV24 )
        = $true )
      | ( ( quotient @ SV9 @ SV17 @ SV20 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[80]) ).

thf(83,plain,
    ! [SV19: $i,SV23: $i,SV4: $i,SV22: $i,SV21: $i,SV14: $i] :
      ( ( ( ~ ( quotient @ SV14 @ SV21 @ SV22 ) )
        = $true )
      | ( ( ~ ( quotient @ SV4 @ SV21 @ SV23 )
          | ! [SY64: $i] :
              ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
              | ! [SY60: $i] :
                  ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                  | ( less_equal @ SY64 @ SY60 ) ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[81]) ).

thf(84,plain,
    ! [SV19: $i,SV23: $i,SV4: $i,SV22: $i,SV21: $i,SV14: $i] :
      ( ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( ~ ( quotient @ SV4 @ SV21 @ SV23 )
          | ! [SY64: $i] :
              ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
              | ! [SY60: $i] :
                  ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                  | ( less_equal @ SY64 @ SY60 ) ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[83]) ).

thf(85,plain,
    ! [SV14: $i,SV19: $i,SV22: $i,SV23: $i,SV21: $i,SV4: $i] :
      ( ( ( ~ ( quotient @ SV4 @ SV21 @ SV23 ) )
        = $true )
      | ( ( ! [SY64: $i] :
              ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
              | ! [SY60: $i] :
                  ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                  | ( less_equal @ SY64 @ SY60 ) ) ) )
        = $true )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[84]) ).

thf(86,plain,
    ! [SV14: $i,SV19: $i,SV22: $i,SV23: $i,SV21: $i,SV4: $i] :
      ( ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( ! [SY64: $i] :
              ( ~ ( quotient @ SV23 @ SV22 @ SY64 )
              | ! [SY60: $i] :
                  ( ~ ( quotient @ SV19 @ SV21 @ SY60 )
                  | ( less_equal @ SY64 @ SY60 ) ) ) )
        = $true )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(87,plain,
    ! [SV14: $i,SV4: $i,SV21: $i,SV19: $i,SV25: $i,SV22: $i,SV23: $i] :
      ( ( ( ~ ( quotient @ SV23 @ SV22 @ SV25 )
          | ! [SY66: $i] :
              ( ~ ( quotient @ SV19 @ SV21 @ SY66 )
              | ( less_equal @ SV25 @ SY66 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(88,plain,
    ! [SV14: $i,SV4: $i,SV21: $i,SV19: $i,SV25: $i,SV22: $i,SV23: $i] :
      ( ( ( ~ ( quotient @ SV23 @ SV22 @ SV25 ) )
        = $true )
      | ( ( ! [SY66: $i] :
              ( ~ ( quotient @ SV19 @ SV21 @ SY66 )
              | ( less_equal @ SV25 @ SY66 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[87]) ).

thf(89,plain,
    ! [SV14: $i,SV4: $i,SV21: $i,SV19: $i,SV25: $i,SV22: $i,SV23: $i] :
      ( ( ( quotient @ SV23 @ SV22 @ SV25 )
        = $false )
      | ( ( ! [SY66: $i] :
              ( ~ ( quotient @ SV19 @ SV21 @ SY66 )
              | ( less_equal @ SV25 @ SY66 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[88]) ).

thf(90,plain,
    ! [SV14: $i,SV4: $i,SV22: $i,SV23: $i,SV25: $i,SV26: $i,SV21: $i,SV19: $i] :
      ( ( ( ~ ( quotient @ SV19 @ SV21 @ SV26 )
          | ( less_equal @ SV25 @ SV26 ) )
        = $true )
      | ( ( quotient @ SV23 @ SV22 @ SV25 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(91,plain,
    ! [SV14: $i,SV4: $i,SV22: $i,SV23: $i,SV25: $i,SV26: $i,SV21: $i,SV19: $i] :
      ( ( ( ~ ( quotient @ SV19 @ SV21 @ SV26 ) )
        = $true )
      | ( ( less_equal @ SV25 @ SV26 )
        = $true )
      | ( ( quotient @ SV23 @ SV22 @ SV25 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(92,plain,
    ! [SV14: $i,SV4: $i,SV22: $i,SV23: $i,SV25: $i,SV26: $i,SV21: $i,SV19: $i] :
      ( ( ( quotient @ SV19 @ SV21 @ SV26 )
        = $false )
      | ( ( less_equal @ SV25 @ SV26 )
        = $true )
      | ( ( quotient @ SV23 @ SV22 @ SV25 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV23 )
        = $false )
      | ( ( quotient @ SV14 @ SV21 @ SV22 )
        = $false )
      | ( ( quotient @ SV4 @ SV14 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[91]) ).

thf(93,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[41,92,82,77,72,67,66,58,52,51,48,46]) ).

thf(94,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[93]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : HEN002-2 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.11/0.32  % Computer : n028.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Fri Jul  1 13:26:31 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 0.11/0.33  
% 0.11/0.33   No.of.Axioms: 11
% 0.11/0.33  
% 0.11/0.33   Length.of.Defs: 0
% 0.11/0.33  
% 0.11/0.33   Contains.Choice.Funs: false
% 0.11/0.34  (rf:0,axioms:11,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:13,loop_count:0,foatp_calls:0,translation:fof_full).....
% 0.11/0.38  
% 0.11/0.38  ********************************
% 0.11/0.38  *   All subproblems solved!    *
% 0.11/0.38  ********************************
% 0.11/0.38  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:11,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:93,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.11/0.39  
% 0.11/0.39  %**** Beginning of derivation protocol ****
% 0.11/0.39  % SZS output start CNFRefutation
% See solution above
% 0.11/0.39  
% 0.11/0.39  %**** End of derivation protocol ****
% 0.11/0.39  %**** no. of clauses in derivation: 94 ****
% 0.11/0.39  %**** clause counter: 93 ****
% 0.11/0.39  
% 0.11/0.39  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:11,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:93,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------