TSTP Solution File: HEN005-1 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n024.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:16 EDT 2022

% Result   : Unsatisfiable 0.20s 0.60s
% Output   : CNFRefutation 0.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :   21
% Syntax   : Number of formulae    :  104 (  63 unt;   8 typ;   0 def)
%            Number of atoms       :  546 ( 159 equ;   0 cnn)
%            Maximal formula atoms :    6 (   5 avg)
%            Number of connectives :  962 ( 135   ~; 174   |;   0   &; 653   @)
%                                         (   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     :   11 (   8 usr;   7 con; 0-3 aty)
%            Number of variables   :  312 (   0   ^ 312   !;   0   ?; 312   :)

% 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_y,type,
    y: $i ).

thf(tp_z,type,
    z: $i ).

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

thf(1,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(2,axiom,
    ! [X: $i,Y: $i] : ( quotient @ X @ Y @ ( divide @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure) ).

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

thf(4,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(5,axiom,
    ! [X: $i] : ( less_equal @ zero @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',zero_is_smallest) ).

thf(6,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(7,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(8,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( quotient @ X @ Y @ zero )
      | ( less_equal @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',less_equal_quotient) ).

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

thf(10,axiom,
    less_equal @ y @ z,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',yLEz) ).

thf(11,axiom,
    less_equal @ x @ y,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',xLEy) ).

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

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

thf(14,negated_conjecture,
    ~ ( less_equal @ x @ z ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_transitivity_of_less_equal) ).

thf(15,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[13]) ).

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)],[1]) ).

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

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

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

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

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)],[6]) ).

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

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

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

thf(25,plain,
    ( ( less_equal @ y @ z )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(26,plain,
    ( ( less_equal @ x @ y )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(27,plain,
    ( ( ~ ( less_equal @ x @ z ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

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

thf(29,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(30,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(31,plain,
    ( ( ~ ( less_equal @ x @ z ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(32,plain,
    ( ( less_equal @ x @ y )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(33,plain,
    ( ( less_equal @ y @ z )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

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

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

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

thf(37,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)],[30]) ).

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

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

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

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

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

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

thf(44,plain,
    ( ( less_equal @ x @ z )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[31]) ).

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

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

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

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

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

thf(50,plain,
    ! [SV6: $i] :
      ( ( ! [SY36: $i] :
            ( ~ ( less_equal @ SV6 @ SY36 )
            | ~ ( less_equal @ SY36 @ SV6 )
            | ( SV6 = SY36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

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

thf(52,plain,
    ! [SV8: $i] :
      ( ( ! [SY37: $i] : ( quotient @ SV8 @ SY37 @ ( divide @ SV8 @ SY37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

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

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

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

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

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

thf(58,plain,
    ! [SV13: $i,SV4: $i] :
      ( ( ! [SY42: $i,SY43: $i,SY44: $i,SY45: $i] :
            ( ~ ( quotient @ SV4 @ SV13 @ SY42 )
            | ~ ( quotient @ SV13 @ SY43 @ SY44 )
            | ~ ( quotient @ SV4 @ SY43 @ SY45 )
            | ! [V4: $i] :
                ( ~ ( quotient @ SY45 @ SY44 @ V4 )
                | ! [V5: $i] :
                    ( ~ ( quotient @ SY42 @ SY43 @ V5 )
                    | ( less_equal @ V4 @ V5 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(59,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ~ ( less_equal @ SV6 @ SV14 )
        | ~ ( less_equal @ SV14 @ SV6 )
        | ( SV6 = SV14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(60,plain,
    ! [SV15: $i,SV8: $i] :
      ( ( quotient @ SV8 @ SV15 @ ( divide @ SV8 @ SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(61,plain,
    ! [SV16: $i,SV9: $i] :
      ( ( ! [SY48: $i] :
            ( ~ ( quotient @ SV9 @ SV16 @ SY48 )
            | ! [SY49: $i] :
                ( ~ ( quotient @ SV9 @ SV16 @ SY49 )
                | ( SY48 = SY49 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

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

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

thf(64,plain,
    ! [SV17: $i,SV12: $i,SV3: $i] :
      ( ( ~ ( quotient @ SV3 @ SV12 @ SV17 )
        | ( less_equal @ SV17 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(65,plain,
    ! [SV18: $i,SV13: $i,SV4: $i] :
      ( ( ! [SY50: $i,SY51: $i,SY52: $i] :
            ( ~ ( quotient @ SV4 @ SV13 @ SV18 )
            | ~ ( quotient @ SV13 @ SY50 @ SY51 )
            | ~ ( quotient @ SV4 @ SY50 @ SY52 )
            | ! [SY53: $i] :
                ( ~ ( quotient @ SY52 @ SY51 @ SY53 )
                | ! [SY54: $i] :
                    ( ~ ( quotient @ SV18 @ SY50 @ SY54 )
                    | ( less_equal @ SY53 @ SY54 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(66,plain,
    ! [SV14: $i,SV6: $i] :
      ( ( ( ~ ( less_equal @ SV6 @ SV14 ) )
        = $true )
      | ( ( ~ ( less_equal @ SV14 @ SV6 )
          | ( SV6 = SV14 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[59]) ).

thf(67,plain,
    ! [SV19: $i,SV16: $i,SV9: $i] :
      ( ( ~ ( quotient @ SV9 @ SV16 @ SV19 )
        | ! [SY55: $i] :
            ( ~ ( quotient @ SV9 @ SV16 @ SY55 )
            | ( SV19 = SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

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

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

thf(70,plain,
    ! [SV17: $i,SV12: $i,SV3: $i] :
      ( ( ( ~ ( quotient @ SV3 @ SV12 @ SV17 ) )
        = $true )
      | ( ( less_equal @ SV17 @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(71,plain,
    ! [SV20: $i,SV18: $i,SV13: $i,SV4: $i] :
      ( ( ! [SY56: $i,SY57: $i] :
            ( ~ ( quotient @ SV4 @ SV13 @ SV18 )
            | ~ ( quotient @ SV13 @ SV20 @ SY56 )
            | ~ ( quotient @ SV4 @ SV20 @ SY57 )
            | ! [SY58: $i] :
                ( ~ ( quotient @ SY57 @ SY56 @ SY58 )
                | ! [SY59: $i] :
                    ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                    | ( less_equal @ SY58 @ SY59 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

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

thf(73,plain,
    ! [SV19: $i,SV16: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV16 @ SV19 ) )
        = $true )
      | ( ( ! [SY55: $i] :
              ( ~ ( quotient @ SV9 @ SV16 @ SY55 )
              | ( SV19 = SY55 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[67]) ).

thf(74,plain,
    ! [SV17: $i,SV12: $i,SV3: $i] :
      ( ( ( quotient @ SV3 @ SV12 @ SV17 )
        = $false )
      | ( ( less_equal @ SV17 @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[70]) ).

thf(75,plain,
    ! [SV21: $i,SV20: $i,SV18: $i,SV13: $i,SV4: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( quotient @ SV4 @ SV13 @ SV18 )
            | ~ ( quotient @ SV13 @ SV20 @ SV21 )
            | ~ ( quotient @ SV4 @ SV20 @ SY60 )
            | ! [SY61: $i] :
                ( ~ ( quotient @ SY60 @ SV21 @ SY61 )
                | ! [SY59: $i] :
                    ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                    | ( less_equal @ SY61 @ SY59 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

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

thf(77,plain,
    ! [SV19: $i,SV16: $i,SV9: $i] :
      ( ( ( quotient @ SV9 @ SV16 @ SV19 )
        = $false )
      | ( ( ! [SY55: $i] :
              ( ~ ( quotient @ SV9 @ SV16 @ SY55 )
              | ( SV19 = SY55 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(78,plain,
    ! [SV22: $i,SV21: $i,SV20: $i,SV18: $i,SV13: $i,SV4: $i] :
      ( ( ~ ( quotient @ SV4 @ SV13 @ SV18 )
        | ~ ( quotient @ SV13 @ SV20 @ SV21 )
        | ~ ( quotient @ SV4 @ SV20 @ SV22 )
        | ! [SY63: $i] :
            ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
            | ! [SY59: $i] :
                ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                | ( less_equal @ SY63 @ SY59 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(79,plain,
    ! [SV6: $i,SV14: $i] :
      ( ( ( less_equal @ SV14 @ SV6 )
        = $false )
      | ( ( SV6 = SV14 )
        = $true )
      | ( ( less_equal @ SV6 @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[76]) ).

thf(80,plain,
    ! [SV19: $i,SV23: $i,SV16: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV16 @ SV23 )
          | ( SV19 = SV23 ) )
        = $true )
      | ( ( quotient @ SV9 @ SV16 @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(81,plain,
    ! [SV22: $i,SV21: $i,SV20: $i,SV18: $i,SV13: $i,SV4: $i] :
      ( ( ( ~ ( quotient @ SV4 @ SV13 @ SV18 ) )
        = $true )
      | ( ( ~ ( quotient @ SV13 @ SV20 @ SV21 )
          | ~ ( quotient @ SV4 @ SV20 @ SV22 )
          | ! [SY63: $i] :
              ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
              | ! [SY59: $i] :
                  ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                  | ( less_equal @ SY63 @ SY59 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(82,plain,
    ! [SV19: $i,SV23: $i,SV16: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV16 @ SV23 ) )
        = $true )
      | ( ( SV19 = SV23 )
        = $true )
      | ( ( quotient @ SV9 @ SV16 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[80]) ).

thf(83,plain,
    ! [SV22: $i,SV21: $i,SV20: $i,SV18: $i,SV13: $i,SV4: $i] :
      ( ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false )
      | ( ( ~ ( quotient @ SV13 @ SV20 @ SV21 )
          | ~ ( quotient @ SV4 @ SV20 @ SV22 )
          | ! [SY63: $i] :
              ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
              | ! [SY59: $i] :
                  ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                  | ( less_equal @ SY63 @ SY59 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[81]) ).

thf(84,plain,
    ! [SV19: $i,SV23: $i,SV16: $i,SV9: $i] :
      ( ( ( quotient @ SV9 @ SV16 @ SV23 )
        = $false )
      | ( ( SV19 = SV23 )
        = $true )
      | ( ( quotient @ SV9 @ SV16 @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[82]) ).

thf(85,plain,
    ! [SV18: $i,SV22: $i,SV4: $i,SV21: $i,SV20: $i,SV13: $i] :
      ( ( ( ~ ( quotient @ SV13 @ SV20 @ SV21 ) )
        = $true )
      | ( ( ~ ( quotient @ SV4 @ SV20 @ SV22 )
          | ! [SY63: $i] :
              ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
              | ! [SY59: $i] :
                  ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                  | ( less_equal @ SY63 @ SY59 ) ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(86,plain,
    ! [SV18: $i,SV22: $i,SV4: $i,SV21: $i,SV20: $i,SV13: $i] :
      ( ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( ~ ( quotient @ SV4 @ SV20 @ SV22 )
          | ! [SY63: $i] :
              ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
              | ! [SY59: $i] :
                  ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                  | ( less_equal @ SY63 @ SY59 ) ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(87,plain,
    ! [SV13: $i,SV18: $i,SV21: $i,SV22: $i,SV20: $i,SV4: $i] :
      ( ( ( ~ ( quotient @ SV4 @ SV20 @ SV22 ) )
        = $true )
      | ( ( ! [SY63: $i] :
              ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
              | ! [SY59: $i] :
                  ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                  | ( less_equal @ SY63 @ SY59 ) ) ) )
        = $true )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(88,plain,
    ! [SV13: $i,SV18: $i,SV21: $i,SV22: $i,SV20: $i,SV4: $i] :
      ( ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( ! [SY63: $i] :
              ( ~ ( quotient @ SV22 @ SV21 @ SY63 )
              | ! [SY59: $i] :
                  ( ~ ( quotient @ SV18 @ SV20 @ SY59 )
                  | ( less_equal @ SY63 @ SY59 ) ) ) )
        = $true )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

thf(89,plain,
    ! [SV13: $i,SV4: $i,SV20: $i,SV18: $i,SV24: $i,SV21: $i,SV22: $i] :
      ( ( ( ~ ( quotient @ SV22 @ SV21 @ SV24 )
          | ! [SY65: $i] :
              ( ~ ( quotient @ SV18 @ SV20 @ SY65 )
              | ( less_equal @ SV24 @ SY65 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(90,plain,
    ! [SV13: $i,SV4: $i,SV20: $i,SV18: $i,SV24: $i,SV21: $i,SV22: $i] :
      ( ( ( ~ ( quotient @ SV22 @ SV21 @ SV24 ) )
        = $true )
      | ( ( ! [SY65: $i] :
              ( ~ ( quotient @ SV18 @ SV20 @ SY65 )
              | ( less_equal @ SV24 @ SY65 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(91,plain,
    ! [SV13: $i,SV4: $i,SV20: $i,SV18: $i,SV24: $i,SV21: $i,SV22: $i] :
      ( ( ( quotient @ SV22 @ SV21 @ SV24 )
        = $false )
      | ( ( ! [SY65: $i] :
              ( ~ ( quotient @ SV18 @ SV20 @ SY65 )
              | ( less_equal @ SV24 @ SY65 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[90]) ).

thf(92,plain,
    ! [SV13: $i,SV4: $i,SV21: $i,SV22: $i,SV24: $i,SV25: $i,SV20: $i,SV18: $i] :
      ( ( ( ~ ( quotient @ SV18 @ SV20 @ SV25 )
          | ( less_equal @ SV24 @ SV25 ) )
        = $true )
      | ( ( quotient @ SV22 @ SV21 @ SV24 )
        = $false )
      | ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(93,plain,
    ! [SV13: $i,SV4: $i,SV21: $i,SV22: $i,SV24: $i,SV25: $i,SV20: $i,SV18: $i] :
      ( ( ( ~ ( quotient @ SV18 @ SV20 @ SV25 ) )
        = $true )
      | ( ( less_equal @ SV24 @ SV25 )
        = $true )
      | ( ( quotient @ SV22 @ SV21 @ SV24 )
        = $false )
      | ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(94,plain,
    ! [SV13: $i,SV4: $i,SV21: $i,SV22: $i,SV24: $i,SV25: $i,SV20: $i,SV18: $i] :
      ( ( ( quotient @ SV18 @ SV20 @ SV25 )
        = $false )
      | ( ( less_equal @ SV24 @ SV25 )
        = $true )
      | ( ( quotient @ SV22 @ SV21 @ SV24 )
        = $false )
      | ( ( quotient @ SV4 @ SV20 @ SV22 )
        = $false )
      | ( ( quotient @ SV13 @ SV20 @ SV21 )
        = $false )
      | ( ( quotient @ SV4 @ SV13 @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[93]) ).

thf(95,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[32,94,84,79,74,69,68,60,54,51,49,44,33]) ).

thf(96,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[95]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : HEN005-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.10/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Fri Jul  1 13:10:45 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 12
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.36  (rf:0,axioms:12,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:14,loop_count:0,foatp_calls:0,translation:fof_full).....
% 0.20/0.60  
% 0.20/0.60  ********************************
% 0.20/0.60  *   All subproblems solved!    *
% 0.20/0.60  ********************************
% 0.20/0.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:12,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:95,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.44/0.60  
% 0.44/0.60  %**** Beginning of derivation protocol ****
% 0.44/0.60  % SZS output start CNFRefutation
% See solution above
% 0.44/0.60  
% 0.44/0.60  %**** End of derivation protocol ****
% 0.44/0.60  %**** no. of clauses in derivation: 96 ****
% 0.44/0.60  %**** clause counter: 95 ****
% 0.44/0.60  
% 0.44/0.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:12,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:95,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------