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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : HEN009-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 : n015.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:25 EDT 2022

% Result   : Unsatisfiable 0.20s 0.53s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :   31
% Syntax   : Number of formulae    :  181 ( 106 unt;   9 typ;   0 def)
%            Number of atoms       : 1017 ( 283 equ;   0 cnn)
%            Maximal formula atoms :    6 (   5 avg)
%            Number of connectives : 1807 ( 252   ~; 331   |;   0   &;1224   @)
%                                         (   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     :   12 (   9 usr;   8 con; 0-3 aty)
%            Number of variables   :  586 (   0   ^ 586   !;   0   ?; 586   :)

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

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

thf(tp_idQ__idQ_idQa,type,
    idQ__idQ_idQa: $i ).

thf(tp_idQ_idQa,type,
    idQ_idQa: $i ).

thf(tp_idQa,type,
    idQa: $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_zero,type,
    zero: $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i,W1: $i,W2: $i] :
      ( ~ ( less_equal @ X @ Y )
      | ~ ( quotient @ X @ Z @ W1 )
      | ~ ( quotient @ Y @ Z @ W2 )
      | ( less_equal @ W1 @ W2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xLEy_implies_xQzLEyQz) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i,W1: $i,W2: $i] :
      ( ~ ( less_equal @ X @ Y )
      | ~ ( quotient @ Z @ Y @ W1 )
      | ~ ( quotient @ Z @ X @ W2 )
      | ( less_equal @ W1 @ W2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xLEy_implies_zQyLEzQx) ).

thf(3,axiom,
    ! [X: $i,Y: $i,W1: $i,Z: $i,W2: $i] :
      ( ~ ( quotient @ X @ Y @ W1 )
      | ~ ( less_equal @ W1 @ Z )
      | ~ ( quotient @ X @ Z @ W2 )
      | ( less_equal @ W2 @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xQyLEz_implies_xQzLEy) ).

thf(4,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( less_equal @ X @ Y )
      | ~ ( less_equal @ Y @ Z )
      | ( less_equal @ X @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_of_less_equal) ).

thf(5,axiom,
    ! [X: $i] : ( quotient @ X @ zero @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_divde_zero_is_x) ).

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

thf(7,axiom,
    ! [X: $i] : ( quotient @ zero @ X @ zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zero_divide_anything_is_zero) ).

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

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

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

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

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

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

thf(14,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/sandbox2/benchmark/theBenchmark.p',quotient_property) ).

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

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

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

thf(18,axiom,
    quotient @ identity @ idQ_idQa @ idQ__idQ_idQa,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_divide_idQ_idQa) ).

thf(19,axiom,
    quotient @ identity @ idQa @ idQ_idQa,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_divide_idQa) ).

thf(20,axiom,
    quotient @ identity @ a @ idQa,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_divide_a) ).

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

thf(22,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[21]) ).

thf(23,negated_conjecture,
    idQa != idQ__idQ_idQa,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_one_inversion_equals_three) ).

thf(24,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[22]) ).

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

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

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

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

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

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

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

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

thf(33,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)],[9]) ).

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

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

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

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

thf(38,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)],[14]) ).

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

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

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

thf(42,plain,
    ( ( quotient @ identity @ idQ_idQa @ idQ__idQ_idQa )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(43,plain,
    ( ( quotient @ identity @ idQa @ idQ_idQa )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(44,plain,
    ( ( quotient @ identity @ a @ idQa )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(45,plain,
    ( ( ( idQa != idQ__idQ_idQa ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

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

thf(47,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ! [W1: $i] :
              ( ~ ( quotient @ X @ Z @ W1 )
              | ! [W2: $i] :
                  ( ~ ( quotient @ Y @ Z @ W2 )
                  | ( less_equal @ W1 @ W2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(48,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( less_equal @ X @ Y )
          | ! [W1: $i] :
              ( ~ ( quotient @ Z @ Y @ W1 )
              | ! [W2: $i] :
                  ( ~ ( quotient @ Z @ X @ W2 )
                  | ( less_equal @ W1 @ W2 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

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

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

thf(51,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)],[33]) ).

thf(52,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)],[38]) ).

thf(53,plain,
    ( ( ( idQa != idQ__idQ_idQa ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[45]) ).

thf(54,plain,
    ( ( ( idQa != idQ__idQ_idQa ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(55,plain,
    ( ( quotient @ identity @ a @ idQa )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(56,plain,
    ( ( quotient @ identity @ idQa @ idQ_idQa )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(57,plain,
    ( ( quotient @ identity @ idQ_idQa @ idQ__idQ_idQa )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

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

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

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

thf(61,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)],[52]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(79,plain,
    ! [SV3: $i] :
      ( ( ! [SY49: $i,SY50: $i] :
            ( ~ ( quotient @ SV3 @ SY49 @ SY50 )
            | ( less_equal @ SY50 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(80,plain,
    ! [SV4: $i] :
      ( ( ! [SY51: $i,SY52: $i,SY53: $i,SY54: $i,SY55: $i] :
            ( ~ ( quotient @ SV4 @ SY51 @ SY52 )
            | ~ ( quotient @ SY51 @ SY53 @ SY54 )
            | ~ ( quotient @ SV4 @ SY53 @ SY55 )
            | ! [V4: $i] :
                ( ~ ( quotient @ SY55 @ SY54 @ V4 )
                | ! [V5: $i] :
                    ( ~ ( quotient @ SY52 @ SY53 @ V5 )
                    | ( less_equal @ V4 @ V5 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

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

thf(82,plain,
    ! [SV6: $i] :
      ( ( ! [SY58: $i] :
            ( ~ ( less_equal @ SV6 @ SY58 )
            | ~ ( less_equal @ SY58 @ SV6 )
            | ( SV6 = SY58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

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

thf(84,plain,
    ! [SV8: $i] :
      ( ( ! [SY59: $i] : ( quotient @ SV8 @ SY59 @ ( divide @ SV8 @ SY59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(85,plain,
    ! [SV9: $i] :
      ( ( ! [SY60: $i,SY61: $i] :
            ( ~ ( quotient @ SV9 @ SY60 @ SY61 )
            | ! [SY62: $i] :
                ( ~ ( quotient @ SV9 @ SY60 @ SY62 )
                | ( SY61 = SY62 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

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

thf(87,plain,
    ! [SV11: $i] :
      ( ( quotient @ zero @ SV11 @ zero )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(88,plain,
    ! [SV12: $i] :
      ( ( quotient @ SV12 @ SV12 @ zero )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(89,plain,
    ! [SV13: $i] :
      ( ( quotient @ SV13 @ zero @ SV13 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(90,plain,
    ! [SV14: $i] :
      ( ( ! [SY63: $i] :
            ( ~ ( less_equal @ SV14 @ SY63 )
            | ! [SY64: $i] :
                ( ~ ( less_equal @ SY63 @ SY64 )
                | ( less_equal @ SV14 @ SY64 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(91,plain,
    ! [SV15: $i] :
      ( ( ! [SY65: $i,SY66: $i] :
            ( ~ ( quotient @ SV15 @ SY65 @ SY66 )
            | ! [SY67: $i] :
                ( ~ ( less_equal @ SY66 @ SY67 )
                | ! [SY68: $i] :
                    ( ~ ( quotient @ SV15 @ SY67 @ SY68 )
                    | ( less_equal @ SY68 @ SY65 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(92,plain,
    ! [SV16: $i] :
      ( ( ! [SY69: $i,SY70: $i] :
            ( ~ ( less_equal @ SV16 @ SY69 )
            | ! [SY71: $i] :
                ( ~ ( quotient @ SY70 @ SY69 @ SY71 )
                | ! [SY72: $i] :
                    ( ~ ( quotient @ SY70 @ SV16 @ SY72 )
                    | ( less_equal @ SY71 @ SY72 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(93,plain,
    ! [SV17: $i] :
      ( ( ! [SY73: $i,SY74: $i] :
            ( ~ ( less_equal @ SV17 @ SY73 )
            | ! [SY75: $i] :
                ( ~ ( quotient @ SV17 @ SY74 @ SY75 )
                | ! [W2: $i] :
                    ( ~ ( quotient @ SY73 @ SY74 @ W2 )
                    | ( less_equal @ SY75 @ W2 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(94,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[75]) ).

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

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

thf(97,plain,
    ! [SV20: $i,SV3: $i] :
      ( ( ! [SY77: $i] :
            ( ~ ( quotient @ SV3 @ SV20 @ SY77 )
            | ( less_equal @ SY77 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(98,plain,
    ! [SV21: $i,SV4: $i] :
      ( ( ! [SY78: $i,SY79: $i,SY80: $i,SY81: $i] :
            ( ~ ( quotient @ SV4 @ SV21 @ SY78 )
            | ~ ( quotient @ SV21 @ SY79 @ SY80 )
            | ~ ( quotient @ SV4 @ SY79 @ SY81 )
            | ! [V4: $i] :
                ( ~ ( quotient @ SY81 @ SY80 @ V4 )
                | ! [V5: $i] :
                    ( ~ ( quotient @ SY78 @ SY79 @ V5 )
                    | ( less_equal @ V4 @ V5 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(99,plain,
    ! [SV22: $i,SV6: $i] :
      ( ( ~ ( less_equal @ SV6 @ SV22 )
        | ~ ( less_equal @ SV22 @ SV6 )
        | ( SV6 = SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(100,plain,
    ! [SV23: $i,SV8: $i] :
      ( ( quotient @ SV8 @ SV23 @ ( divide @ SV8 @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(101,plain,
    ! [SV24: $i,SV9: $i] :
      ( ( ! [SY84: $i] :
            ( ~ ( quotient @ SV9 @ SV24 @ SY84 )
            | ! [SY85: $i] :
                ( ~ ( quotient @ SV9 @ SV24 @ SY85 )
                | ( SY84 = SY85 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(102,plain,
    ! [SV25: $i,SV14: $i] :
      ( ( ~ ( less_equal @ SV14 @ SV25 )
        | ! [SY86: $i] :
            ( ~ ( less_equal @ SV25 @ SY86 )
            | ( less_equal @ SV14 @ SY86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(103,plain,
    ! [SV26: $i,SV15: $i] :
      ( ( ! [SY87: $i] :
            ( ~ ( quotient @ SV15 @ SV26 @ SY87 )
            | ! [SY88: $i] :
                ( ~ ( less_equal @ SY87 @ SY88 )
                | ! [SY89: $i] :
                    ( ~ ( quotient @ SV15 @ SY88 @ SY89 )
                    | ( less_equal @ SY89 @ SV26 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(104,plain,
    ! [SV27: $i,SV16: $i] :
      ( ( ! [SY90: $i] :
            ( ~ ( less_equal @ SV16 @ SV27 )
            | ! [SY91: $i] :
                ( ~ ( quotient @ SY90 @ SV27 @ SY91 )
                | ! [SY72: $i] :
                    ( ~ ( quotient @ SY90 @ SV16 @ SY72 )
                    | ( less_equal @ SY91 @ SY72 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(105,plain,
    ! [SV28: $i,SV17: $i] :
      ( ( ! [SY93: $i] :
            ( ~ ( less_equal @ SV17 @ SV28 )
            | ! [SY94: $i] :
                ( ~ ( quotient @ SV17 @ SY93 @ SY94 )
                | ! [SY95: $i] :
                    ( ~ ( quotient @ SV28 @ SY93 @ SY95 )
                    | ( less_equal @ SY94 @ SY95 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

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

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

thf(108,plain,
    ! [SV29: $i,SV20: $i,SV3: $i] :
      ( ( ~ ( quotient @ SV3 @ SV20 @ SV29 )
        | ( less_equal @ SV29 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(109,plain,
    ! [SV30: $i,SV21: $i,SV4: $i] :
      ( ( ! [SY96: $i,SY97: $i,SY98: $i] :
            ( ~ ( quotient @ SV4 @ SV21 @ SV30 )
            | ~ ( quotient @ SV21 @ SY96 @ SY97 )
            | ~ ( quotient @ SV4 @ SY96 @ SY98 )
            | ! [SY99: $i] :
                ( ~ ( quotient @ SY98 @ SY97 @ SY99 )
                | ! [SY100: $i] :
                    ( ~ ( quotient @ SV30 @ SY96 @ SY100 )
                    | ( less_equal @ SY99 @ SY100 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(110,plain,
    ! [SV22: $i,SV6: $i] :
      ( ( ( ~ ( less_equal @ SV6 @ SV22 ) )
        = $true )
      | ( ( ~ ( less_equal @ SV22 @ SV6 )
          | ( SV6 = SV22 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(111,plain,
    ! [SV31: $i,SV24: $i,SV9: $i] :
      ( ( ~ ( quotient @ SV9 @ SV24 @ SV31 )
        | ! [SY101: $i] :
            ( ~ ( quotient @ SV9 @ SV24 @ SY101 )
            | ( SV31 = SY101 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(112,plain,
    ! [SV25: $i,SV14: $i] :
      ( ( ( ~ ( less_equal @ SV14 @ SV25 ) )
        = $true )
      | ( ( ! [SY86: $i] :
              ( ~ ( less_equal @ SV25 @ SY86 )
              | ( less_equal @ SV14 @ SY86 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(113,plain,
    ! [SV32: $i,SV26: $i,SV15: $i] :
      ( ( ~ ( quotient @ SV15 @ SV26 @ SV32 )
        | ! [SY102: $i] :
            ( ~ ( less_equal @ SV32 @ SY102 )
            | ! [SY89: $i] :
                ( ~ ( quotient @ SV15 @ SY102 @ SY89 )
                | ( less_equal @ SY89 @ SV26 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(114,plain,
    ! [SV33: $i,SV27: $i,SV16: $i] :
      ( ( ~ ( less_equal @ SV16 @ SV27 )
        | ! [SY104: $i] :
            ( ~ ( quotient @ SV33 @ SV27 @ SY104 )
            | ! [SY105: $i] :
                ( ~ ( quotient @ SV33 @ SV16 @ SY105 )
                | ( less_equal @ SY104 @ SY105 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(115,plain,
    ! [SV34: $i,SV28: $i,SV17: $i] :
      ( ( ~ ( less_equal @ SV17 @ SV28 )
        | ! [SY106: $i] :
            ( ~ ( quotient @ SV17 @ SV34 @ SY106 )
            | ! [SY107: $i] :
                ( ~ ( quotient @ SV28 @ SV34 @ SY107 )
                | ( less_equal @ SY106 @ SY107 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

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

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

thf(118,plain,
    ! [SV29: $i,SV20: $i,SV3: $i] :
      ( ( ( ~ ( quotient @ SV3 @ SV20 @ SV29 ) )
        = $true )
      | ( ( less_equal @ SV29 @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(119,plain,
    ! [SV35: $i,SV30: $i,SV21: $i,SV4: $i] :
      ( ( ! [SY108: $i,SY109: $i] :
            ( ~ ( quotient @ SV4 @ SV21 @ SV30 )
            | ~ ( quotient @ SV21 @ SV35 @ SY108 )
            | ~ ( quotient @ SV4 @ SV35 @ SY109 )
            | ! [SY110: $i] :
                ( ~ ( quotient @ SY109 @ SY108 @ SY110 )
                | ! [SY111: $i] :
                    ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                    | ( less_equal @ SY110 @ SY111 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

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

thf(121,plain,
    ! [SV31: $i,SV24: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV24 @ SV31 ) )
        = $true )
      | ( ( ! [SY101: $i] :
              ( ~ ( quotient @ SV9 @ SV24 @ SY101 )
              | ( SV31 = SY101 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

thf(122,plain,
    ! [SV25: $i,SV14: $i] :
      ( ( ( less_equal @ SV14 @ SV25 )
        = $false )
      | ( ( ! [SY86: $i] :
              ( ~ ( less_equal @ SV25 @ SY86 )
              | ( less_equal @ SV14 @ SY86 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[112]) ).

thf(123,plain,
    ! [SV32: $i,SV26: $i,SV15: $i] :
      ( ( ( ~ ( quotient @ SV15 @ SV26 @ SV32 ) )
        = $true )
      | ( ( ! [SY102: $i] :
              ( ~ ( less_equal @ SV32 @ SY102 )
              | ! [SY89: $i] :
                  ( ~ ( quotient @ SV15 @ SY102 @ SY89 )
                  | ( less_equal @ SY89 @ SV26 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(124,plain,
    ! [SV33: $i,SV27: $i,SV16: $i] :
      ( ( ( ~ ( less_equal @ SV16 @ SV27 ) )
        = $true )
      | ( ( ! [SY104: $i] :
              ( ~ ( quotient @ SV33 @ SV27 @ SY104 )
              | ! [SY105: $i] :
                  ( ~ ( quotient @ SV33 @ SV16 @ SY105 )
                  | ( less_equal @ SY104 @ SY105 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(125,plain,
    ! [SV34: $i,SV28: $i,SV17: $i] :
      ( ( ( ~ ( less_equal @ SV17 @ SV28 ) )
        = $true )
      | ( ( ! [SY106: $i] :
              ( ~ ( quotient @ SV17 @ SV34 @ SY106 )
              | ! [SY107: $i] :
                  ( ~ ( quotient @ SV28 @ SV34 @ SY107 )
                  | ( less_equal @ SY106 @ SY107 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[115]) ).

thf(126,plain,
    ! [SV29: $i,SV20: $i,SV3: $i] :
      ( ( ( quotient @ SV3 @ SV20 @ SV29 )
        = $false )
      | ( ( less_equal @ SV29 @ SV3 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(127,plain,
    ! [SV36: $i,SV35: $i,SV30: $i,SV21: $i,SV4: $i] :
      ( ( ! [SY112: $i] :
            ( ~ ( quotient @ SV4 @ SV21 @ SV30 )
            | ~ ( quotient @ SV21 @ SV35 @ SV36 )
            | ~ ( quotient @ SV4 @ SV35 @ SY112 )
            | ! [SY113: $i] :
                ( ~ ( quotient @ SY112 @ SV36 @ SY113 )
                | ! [SY111: $i] :
                    ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                    | ( less_equal @ SY113 @ SY111 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

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

thf(129,plain,
    ! [SV31: $i,SV24: $i,SV9: $i] :
      ( ( ( quotient @ SV9 @ SV24 @ SV31 )
        = $false )
      | ( ( ! [SY101: $i] :
              ( ~ ( quotient @ SV9 @ SV24 @ SY101 )
              | ( SV31 = SY101 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(130,plain,
    ! [SV14: $i,SV37: $i,SV25: $i] :
      ( ( ( ~ ( less_equal @ SV25 @ SV37 )
          | ( less_equal @ SV14 @ SV37 ) )
        = $true )
      | ( ( less_equal @ SV14 @ SV25 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(131,plain,
    ! [SV32: $i,SV26: $i,SV15: $i] :
      ( ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false )
      | ( ( ! [SY102: $i] :
              ( ~ ( less_equal @ SV32 @ SY102 )
              | ! [SY89: $i] :
                  ( ~ ( quotient @ SV15 @ SY102 @ SY89 )
                  | ( less_equal @ SY89 @ SV26 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[123]) ).

thf(132,plain,
    ! [SV33: $i,SV27: $i,SV16: $i] :
      ( ( ( less_equal @ SV16 @ SV27 )
        = $false )
      | ( ( ! [SY104: $i] :
              ( ~ ( quotient @ SV33 @ SV27 @ SY104 )
              | ! [SY105: $i] :
                  ( ~ ( quotient @ SV33 @ SV16 @ SY105 )
                  | ( less_equal @ SY104 @ SY105 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[124]) ).

thf(133,plain,
    ! [SV34: $i,SV28: $i,SV17: $i] :
      ( ( ( less_equal @ SV17 @ SV28 )
        = $false )
      | ( ( ! [SY106: $i] :
              ( ~ ( quotient @ SV17 @ SV34 @ SY106 )
              | ! [SY107: $i] :
                  ( ~ ( quotient @ SV28 @ SV34 @ SY107 )
                  | ( less_equal @ SY106 @ SY107 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(134,plain,
    ! [SV38: $i,SV36: $i,SV35: $i,SV30: $i,SV21: $i,SV4: $i] :
      ( ( ~ ( quotient @ SV4 @ SV21 @ SV30 )
        | ~ ( quotient @ SV21 @ SV35 @ SV36 )
        | ~ ( quotient @ SV4 @ SV35 @ SV38 )
        | ! [SY115: $i] :
            ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
            | ! [SY111: $i] :
                ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                | ( less_equal @ SY115 @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(135,plain,
    ! [SV6: $i,SV22: $i] :
      ( ( ( less_equal @ SV22 @ SV6 )
        = $false )
      | ( ( SV6 = SV22 )
        = $true )
      | ( ( less_equal @ SV6 @ SV22 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(136,plain,
    ! [SV31: $i,SV39: $i,SV24: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV24 @ SV39 )
          | ( SV31 = SV39 ) )
        = $true )
      | ( ( quotient @ SV9 @ SV24 @ SV31 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(137,plain,
    ! [SV14: $i,SV37: $i,SV25: $i] :
      ( ( ( ~ ( less_equal @ SV25 @ SV37 ) )
        = $true )
      | ( ( less_equal @ SV14 @ SV37 )
        = $true )
      | ( ( less_equal @ SV14 @ SV25 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(138,plain,
    ! [SV26: $i,SV15: $i,SV40: $i,SV32: $i] :
      ( ( ( ~ ( less_equal @ SV32 @ SV40 )
          | ! [SY117: $i] :
              ( ~ ( quotient @ SV15 @ SV40 @ SY117 )
              | ( less_equal @ SY117 @ SV26 ) ) )
        = $true )
      | ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(139,plain,
    ! [SV16: $i,SV41: $i,SV27: $i,SV33: $i] :
      ( ( ( ~ ( quotient @ SV33 @ SV27 @ SV41 )
          | ! [SY118: $i] :
              ( ~ ( quotient @ SV33 @ SV16 @ SY118 )
              | ( less_equal @ SV41 @ SY118 ) ) )
        = $true )
      | ( ( less_equal @ SV16 @ SV27 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(140,plain,
    ! [SV28: $i,SV42: $i,SV34: $i,SV17: $i] :
      ( ( ( ~ ( quotient @ SV17 @ SV34 @ SV42 )
          | ! [SY119: $i] :
              ( ~ ( quotient @ SV28 @ SV34 @ SY119 )
              | ( less_equal @ SV42 @ SY119 ) ) )
        = $true )
      | ( ( less_equal @ SV17 @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(141,plain,
    ! [SV38: $i,SV36: $i,SV35: $i,SV30: $i,SV21: $i,SV4: $i] :
      ( ( ( ~ ( quotient @ SV4 @ SV21 @ SV30 ) )
        = $true )
      | ( ( ~ ( quotient @ SV21 @ SV35 @ SV36 )
          | ~ ( quotient @ SV4 @ SV35 @ SV38 )
          | ! [SY115: $i] :
              ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
              | ! [SY111: $i] :
                  ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                  | ( less_equal @ SY115 @ SY111 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[134]) ).

thf(142,plain,
    ! [SV31: $i,SV39: $i,SV24: $i,SV9: $i] :
      ( ( ( ~ ( quotient @ SV9 @ SV24 @ SV39 ) )
        = $true )
      | ( ( SV31 = SV39 )
        = $true )
      | ( ( quotient @ SV9 @ SV24 @ SV31 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[136]) ).

thf(143,plain,
    ! [SV14: $i,SV37: $i,SV25: $i] :
      ( ( ( less_equal @ SV25 @ SV37 )
        = $false )
      | ( ( less_equal @ SV14 @ SV37 )
        = $true )
      | ( ( less_equal @ SV14 @ SV25 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(144,plain,
    ! [SV26: $i,SV15: $i,SV40: $i,SV32: $i] :
      ( ( ( ~ ( less_equal @ SV32 @ SV40 ) )
        = $true )
      | ( ( ! [SY117: $i] :
              ( ~ ( quotient @ SV15 @ SV40 @ SY117 )
              | ( less_equal @ SY117 @ SV26 ) ) )
        = $true )
      | ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[138]) ).

thf(145,plain,
    ! [SV16: $i,SV41: $i,SV27: $i,SV33: $i] :
      ( ( ( ~ ( quotient @ SV33 @ SV27 @ SV41 ) )
        = $true )
      | ( ( ! [SY118: $i] :
              ( ~ ( quotient @ SV33 @ SV16 @ SY118 )
              | ( less_equal @ SV41 @ SY118 ) ) )
        = $true )
      | ( ( less_equal @ SV16 @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[139]) ).

thf(146,plain,
    ! [SV28: $i,SV42: $i,SV34: $i,SV17: $i] :
      ( ( ( ~ ( quotient @ SV17 @ SV34 @ SV42 ) )
        = $true )
      | ( ( ! [SY119: $i] :
              ( ~ ( quotient @ SV28 @ SV34 @ SY119 )
              | ( less_equal @ SV42 @ SY119 ) ) )
        = $true )
      | ( ( less_equal @ SV17 @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[140]) ).

thf(147,plain,
    ! [SV38: $i,SV36: $i,SV35: $i,SV30: $i,SV21: $i,SV4: $i] :
      ( ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false )
      | ( ( ~ ( quotient @ SV21 @ SV35 @ SV36 )
          | ~ ( quotient @ SV4 @ SV35 @ SV38 )
          | ! [SY115: $i] :
              ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
              | ! [SY111: $i] :
                  ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                  | ( less_equal @ SY115 @ SY111 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

thf(148,plain,
    ! [SV31: $i,SV39: $i,SV24: $i,SV9: $i] :
      ( ( ( quotient @ SV9 @ SV24 @ SV39 )
        = $false )
      | ( ( SV31 = SV39 )
        = $true )
      | ( ( quotient @ SV9 @ SV24 @ SV31 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

thf(149,plain,
    ! [SV26: $i,SV15: $i,SV40: $i,SV32: $i] :
      ( ( ( less_equal @ SV32 @ SV40 )
        = $false )
      | ( ( ! [SY117: $i] :
              ( ~ ( quotient @ SV15 @ SV40 @ SY117 )
              | ( less_equal @ SY117 @ SV26 ) ) )
        = $true )
      | ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(150,plain,
    ! [SV16: $i,SV41: $i,SV27: $i,SV33: $i] :
      ( ( ( quotient @ SV33 @ SV27 @ SV41 )
        = $false )
      | ( ( ! [SY118: $i] :
              ( ~ ( quotient @ SV33 @ SV16 @ SY118 )
              | ( less_equal @ SV41 @ SY118 ) ) )
        = $true )
      | ( ( less_equal @ SV16 @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(151,plain,
    ! [SV28: $i,SV42: $i,SV34: $i,SV17: $i] :
      ( ( ( quotient @ SV17 @ SV34 @ SV42 )
        = $false )
      | ( ( ! [SY119: $i] :
              ( ~ ( quotient @ SV28 @ SV34 @ SY119 )
              | ( less_equal @ SV42 @ SY119 ) ) )
        = $true )
      | ( ( less_equal @ SV17 @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(152,plain,
    ! [SV30: $i,SV38: $i,SV4: $i,SV36: $i,SV35: $i,SV21: $i] :
      ( ( ( ~ ( quotient @ SV21 @ SV35 @ SV36 ) )
        = $true )
      | ( ( ~ ( quotient @ SV4 @ SV35 @ SV38 )
          | ! [SY115: $i] :
              ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
              | ! [SY111: $i] :
                  ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                  | ( less_equal @ SY115 @ SY111 ) ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[147]) ).

thf(153,plain,
    ! [SV32: $i,SV26: $i,SV43: $i,SV40: $i,SV15: $i] :
      ( ( ( ~ ( quotient @ SV15 @ SV40 @ SV43 )
          | ( less_equal @ SV43 @ SV26 ) )
        = $true )
      | ( ( less_equal @ SV32 @ SV40 )
        = $false )
      | ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

thf(154,plain,
    ! [SV27: $i,SV41: $i,SV44: $i,SV16: $i,SV33: $i] :
      ( ( ( ~ ( quotient @ SV33 @ SV16 @ SV44 )
          | ( less_equal @ SV41 @ SV44 ) )
        = $true )
      | ( ( quotient @ SV33 @ SV27 @ SV41 )
        = $false )
      | ( ( less_equal @ SV16 @ SV27 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(155,plain,
    ! [SV17: $i,SV42: $i,SV45: $i,SV34: $i,SV28: $i] :
      ( ( ( ~ ( quotient @ SV28 @ SV34 @ SV45 )
          | ( less_equal @ SV42 @ SV45 ) )
        = $true )
      | ( ( quotient @ SV17 @ SV34 @ SV42 )
        = $false )
      | ( ( less_equal @ SV17 @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[151]) ).

thf(156,plain,
    ! [SV30: $i,SV38: $i,SV4: $i,SV36: $i,SV35: $i,SV21: $i] :
      ( ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( ~ ( quotient @ SV4 @ SV35 @ SV38 )
          | ! [SY115: $i] :
              ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
              | ! [SY111: $i] :
                  ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                  | ( less_equal @ SY115 @ SY111 ) ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[152]) ).

thf(157,plain,
    ! [SV32: $i,SV26: $i,SV43: $i,SV40: $i,SV15: $i] :
      ( ( ( ~ ( quotient @ SV15 @ SV40 @ SV43 ) )
        = $true )
      | ( ( less_equal @ SV43 @ SV26 )
        = $true )
      | ( ( less_equal @ SV32 @ SV40 )
        = $false )
      | ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(158,plain,
    ! [SV27: $i,SV41: $i,SV44: $i,SV16: $i,SV33: $i] :
      ( ( ( ~ ( quotient @ SV33 @ SV16 @ SV44 ) )
        = $true )
      | ( ( less_equal @ SV41 @ SV44 )
        = $true )
      | ( ( quotient @ SV33 @ SV27 @ SV41 )
        = $false )
      | ( ( less_equal @ SV16 @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(159,plain,
    ! [SV17: $i,SV42: $i,SV45: $i,SV34: $i,SV28: $i] :
      ( ( ( ~ ( quotient @ SV28 @ SV34 @ SV45 ) )
        = $true )
      | ( ( less_equal @ SV42 @ SV45 )
        = $true )
      | ( ( quotient @ SV17 @ SV34 @ SV42 )
        = $false )
      | ( ( less_equal @ SV17 @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(160,plain,
    ! [SV21: $i,SV30: $i,SV36: $i,SV38: $i,SV35: $i,SV4: $i] :
      ( ( ( ~ ( quotient @ SV4 @ SV35 @ SV38 ) )
        = $true )
      | ( ( ! [SY115: $i] :
              ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
              | ! [SY111: $i] :
                  ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                  | ( less_equal @ SY115 @ SY111 ) ) ) )
        = $true )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

thf(161,plain,
    ! [SV32: $i,SV26: $i,SV43: $i,SV40: $i,SV15: $i] :
      ( ( ( quotient @ SV15 @ SV40 @ SV43 )
        = $false )
      | ( ( less_equal @ SV43 @ SV26 )
        = $true )
      | ( ( less_equal @ SV32 @ SV40 )
        = $false )
      | ( ( quotient @ SV15 @ SV26 @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[157]) ).

thf(162,plain,
    ! [SV27: $i,SV41: $i,SV44: $i,SV16: $i,SV33: $i] :
      ( ( ( quotient @ SV33 @ SV16 @ SV44 )
        = $false )
      | ( ( less_equal @ SV41 @ SV44 )
        = $true )
      | ( ( quotient @ SV33 @ SV27 @ SV41 )
        = $false )
      | ( ( less_equal @ SV16 @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[158]) ).

thf(163,plain,
    ! [SV17: $i,SV42: $i,SV45: $i,SV34: $i,SV28: $i] :
      ( ( ( quotient @ SV28 @ SV34 @ SV45 )
        = $false )
      | ( ( less_equal @ SV42 @ SV45 )
        = $true )
      | ( ( quotient @ SV17 @ SV34 @ SV42 )
        = $false )
      | ( ( less_equal @ SV17 @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[159]) ).

thf(164,plain,
    ! [SV21: $i,SV30: $i,SV36: $i,SV38: $i,SV35: $i,SV4: $i] :
      ( ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( ! [SY115: $i] :
              ( ~ ( quotient @ SV38 @ SV36 @ SY115 )
              | ! [SY111: $i] :
                  ( ~ ( quotient @ SV30 @ SV35 @ SY111 )
                  | ( less_equal @ SY115 @ SY111 ) ) ) )
        = $true )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[160]) ).

thf(165,plain,
    ! [SV21: $i,SV4: $i,SV35: $i,SV30: $i,SV46: $i,SV36: $i,SV38: $i] :
      ( ( ( ~ ( quotient @ SV38 @ SV36 @ SV46 )
          | ! [SY120: $i] :
              ( ~ ( quotient @ SV30 @ SV35 @ SY120 )
              | ( less_equal @ SV46 @ SY120 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[164]) ).

thf(166,plain,
    ! [SV21: $i,SV4: $i,SV35: $i,SV30: $i,SV46: $i,SV36: $i,SV38: $i] :
      ( ( ( ~ ( quotient @ SV38 @ SV36 @ SV46 ) )
        = $true )
      | ( ( ! [SY120: $i] :
              ( ~ ( quotient @ SV30 @ SV35 @ SY120 )
              | ( less_equal @ SV46 @ SY120 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[165]) ).

thf(167,plain,
    ! [SV21: $i,SV4: $i,SV35: $i,SV30: $i,SV46: $i,SV36: $i,SV38: $i] :
      ( ( ( quotient @ SV38 @ SV36 @ SV46 )
        = $false )
      | ( ( ! [SY120: $i] :
              ( ~ ( quotient @ SV30 @ SV35 @ SY120 )
              | ( less_equal @ SV46 @ SY120 ) ) )
        = $true )
      | ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[166]) ).

thf(168,plain,
    ! [SV21: $i,SV4: $i,SV36: $i,SV38: $i,SV46: $i,SV47: $i,SV35: $i,SV30: $i] :
      ( ( ( ~ ( quotient @ SV30 @ SV35 @ SV47 )
          | ( less_equal @ SV46 @ SV47 ) )
        = $true )
      | ( ( quotient @ SV38 @ SV36 @ SV46 )
        = $false )
      | ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(169,plain,
    ! [SV21: $i,SV4: $i,SV36: $i,SV38: $i,SV46: $i,SV47: $i,SV35: $i,SV30: $i] :
      ( ( ( ~ ( quotient @ SV30 @ SV35 @ SV47 ) )
        = $true )
      | ( ( less_equal @ SV46 @ SV47 )
        = $true )
      | ( ( quotient @ SV38 @ SV36 @ SV46 )
        = $false )
      | ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[168]) ).

thf(170,plain,
    ! [SV21: $i,SV4: $i,SV36: $i,SV38: $i,SV46: $i,SV47: $i,SV35: $i,SV30: $i] :
      ( ( ( quotient @ SV30 @ SV35 @ SV47 )
        = $false )
      | ( ( less_equal @ SV46 @ SV47 )
        = $true )
      | ( ( quotient @ SV38 @ SV36 @ SV46 )
        = $false )
      | ( ( quotient @ SV4 @ SV35 @ SV38 )
        = $false )
      | ( ( quotient @ SV21 @ SV35 @ SV36 )
        = $false )
      | ( ( quotient @ SV4 @ SV21 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

thf(171,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[55,170,163,162,161,148,143,135,126,117,116,100,94,89,88,87,86,83,81,76,57,56]) ).

thf(172,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[171]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : HEN009-2 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n015.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 14:33:58 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.36  
% 0.13/0.36   No.of.Axioms: 21
% 0.13/0.36  
% 0.13/0.36   Length.of.Defs: 0
% 0.13/0.36  
% 0.13/0.36   Contains.Choice.Funs: false
% 0.13/0.38  (rf:0,axioms:21,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:23,loop_count:0,foatp_calls:0,translation:fof_full)...........
% 0.20/0.53  
% 0.20/0.53  ********************************
% 0.20/0.53  *   All subproblems solved!    *
% 0.20/0.53  ********************************
% 0.20/0.53  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:21,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:171,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.54  
% 0.20/0.54  %**** Beginning of derivation protocol ****
% 0.20/0.54  % SZS output start CNFRefutation
% See solution above
% 0.20/0.54  
% 0.20/0.54  %**** End of derivation protocol ****
% 0.20/0.54  %**** no. of clauses in derivation: 172 ****
% 0.20/0.54  %**** clause counter: 171 ****
% 0.20/0.54  
% 0.20/0.54  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:21,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:171,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------