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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : RNG038-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 : n032.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 : Mon Jul 18 20:34:02 EDT 2022

% Result   : Unsatisfiable 0.15s 0.52s
% Output   : CNFRefutation 0.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   41
% Syntax   : Number of formulae    :  332 ( 170 unt;  10 typ;   0 def)
%            Number of atoms       : 2101 ( 525 equ;   0 cnn)
%            Maximal formula atoms :    5 (   6 avg)
%            Number of connectives : 4373 ( 551   ~; 729   |;   0   &;3093   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (  15   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  10 usr;   5 con; 0-3 aty)
%            Number of variables   : 1444 (   0   ^1444   !;   0   ?;1444   :)

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

thf(tp_add,type,
    add: $i > $i > $i ).

thf(tp_additive_identity,type,
    additive_identity: $i ).

thf(tp_additive_inverse,type,
    additive_inverse: $i > $i ).

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

thf(tp_equalish,type,
    equalish: $i > $i > $o ).

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

thf(tp_multiply,type,
    multiply: $i > $i > $i ).

thf(tp_product,type,
    product: $i > $i > $i > $o ).

thf(tp_sum,type,
    sum: $i > $i > $i > $o ).

thf(1,axiom,
    ! [X: $i] : ( product @ X @ additive_identity @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_identity2) ).

thf(2,axiom,
    ! [X: $i] : ( product @ additive_identity @ X @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_identity1) ).

thf(3,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ~ ( product @ X @ Y @ U )
      | ~ ( product @ X @ Y @ V )
      | ( equalish @ U @ V ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplication_is_well_defined) ).

thf(4,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ~ ( sum @ X @ Y @ U )
      | ~ ( sum @ X @ Y @ V )
      | ( equalish @ U @ V ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',addition_is_well_defined) ).

thf(5,axiom,
    ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ Y @ X @ V1 )
      | ~ ( product @ Z @ X @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( sum @ V1 @ V2 @ V4 )
      | ( product @ V3 @ X @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity4) ).

thf(6,axiom,
    ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ Y @ X @ V1 )
      | ~ ( product @ Z @ X @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( product @ V3 @ X @ V4 )
      | ( sum @ V1 @ V2 @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity3) ).

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

thf(8,axiom,
    ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ X @ Y @ V1 )
      | ~ ( product @ X @ Z @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( product @ X @ V3 @ V4 )
      | ( sum @ V1 @ V2 @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity1) ).

thf(9,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( product @ X @ Y @ U )
      | ~ ( product @ Y @ Z @ V )
      | ~ ( product @ X @ V @ W )
      | ( product @ U @ Z @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_multiplication2) ).

thf(10,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( product @ X @ Y @ U )
      | ~ ( product @ Y @ Z @ V )
      | ~ ( product @ U @ Z @ W )
      | ( product @ X @ V @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_multiplication1) ).

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

thf(12,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( sum @ X @ Y @ U )
      | ~ ( sum @ Y @ Z @ V )
      | ~ ( sum @ X @ V @ W )
      | ( sum @ U @ Z @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_addition2) ).

thf(13,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( sum @ X @ Y @ U )
      | ~ ( sum @ Y @ Z @ V )
      | ~ ( sum @ U @ Z @ W )
      | ( sum @ X @ V @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_addition1) ).

thf(14,axiom,
    ! [X: $i] : ( sum @ X @ ( additive_inverse @ X ) @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_inverse2) ).

thf(15,axiom,
    ! [X: $i,Y: $i] : ( sum @ X @ Y @ ( add @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_addition) ).

thf(16,axiom,
    ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_multiplication) ).

thf(17,axiom,
    ! [X: $i] : ( sum @ X @ additive_identity @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_identity2) ).

thf(18,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( equalish @ X @ Y )
      | ~ ( product @ W @ Z @ X )
      | ( product @ W @ Z @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_substitution3) ).

thf(19,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( equalish @ X @ Y )
      | ~ ( product @ W @ X @ Z )
      | ( product @ W @ Y @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_substitution2) ).

thf(20,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( equalish @ X @ Y )
      | ~ ( product @ X @ W @ Z )
      | ( product @ Y @ W @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_substitution1) ).

thf(21,axiom,
    ! [X: $i,Y: $i,W: $i] :
      ( ~ ( equalish @ X @ Y )
      | ( equalish @ ( multiply @ X @ W ) @ ( multiply @ Y @ W ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiply_substitution1) ).

thf(22,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( equalish @ X @ Y )
      | ~ ( sum @ W @ Z @ X )
      | ( sum @ W @ Z @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_substitution3) ).

thf(23,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( equalish @ X @ Y )
      | ~ ( sum @ W @ X @ Z )
      | ( sum @ W @ Y @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_substitution2) ).

thf(24,axiom,
    ! [X: $i,Y: $i,W: $i,Z: $i] :
      ( ~ ( equalish @ X @ Y )
      | ~ ( sum @ X @ W @ Z )
      | ( sum @ Y @ W @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_substitution1) ).

thf(25,axiom,
    ! [X: $i,Y: $i,W: $i] :
      ( ~ ( equalish @ X @ Y )
      | ( equalish @ ( add @ X @ W ) @ ( add @ Y @ W ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',add_substitution1) ).

thf(26,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( equalish @ X @ Y )
      | ( equalish @ ( additive_inverse @ X ) @ ( additive_inverse @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_inverse_substitution) ).

thf(27,axiom,
    product @ a @ b @ additive_identity,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_b) ).

thf(28,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( equalish @ X @ additive_identity )
      | ( product @ X @ ( h @ X @ Y ) @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',some_property) ).

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

thf(30,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[29]) ).

thf(31,negated_conjecture,
    ~ ( equalish @ b @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_b_is_additive_identity) ).

thf(32,negated_conjecture,
    ~ ( equalish @ a @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_additive_identity) ).

thf(33,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[30]) ).

thf(34,plain,
    ( ( ! [X: $i] : ( product @ X @ additive_identity @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(35,plain,
    ( ( ! [X: $i] : ( product @ additive_identity @ X @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(36,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ~ ( product @ X @ Y @ V )
          | ( equalish @ U @ V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(37,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ~ ( sum @ X @ Y @ V )
          | ( equalish @ U @ V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(38,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( sum @ V1 @ V2 @ V4 )
          | ( product @ V3 @ X @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(39,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( product @ V3 @ X @ V4 )
          | ( sum @ V1 @ V2 @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

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

thf(41,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( product @ X @ V3 @ V4 )
          | ( sum @ V1 @ V2 @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ~ ( product @ Y @ Z @ V )
          | ~ ( product @ X @ V @ W )
          | ( product @ U @ Z @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(43,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ~ ( product @ Y @ Z @ V )
          | ~ ( product @ U @ Z @ W )
          | ( product @ X @ V @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

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

thf(45,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ~ ( sum @ Y @ Z @ V )
          | ~ ( sum @ X @ V @ W )
          | ( sum @ U @ Z @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(46,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ~ ( sum @ Y @ Z @ V )
          | ~ ( sum @ U @ Z @ W )
          | ( sum @ X @ V @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(47,plain,
    ( ( ! [X: $i] : ( sum @ X @ ( additive_inverse @ X ) @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(48,plain,
    ( ( ! [X: $i,Y: $i] : ( sum @ X @ Y @ ( add @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(49,plain,
    ( ( ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(50,plain,
    ( ( ! [X: $i] : ( sum @ X @ additive_identity @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(51,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( equalish @ X @ Y )
          | ~ ( product @ W @ Z @ X )
          | ( product @ W @ Z @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(52,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( equalish @ X @ Y )
          | ~ ( product @ W @ X @ Z )
          | ( product @ W @ Y @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(53,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( equalish @ X @ Y )
          | ~ ( product @ X @ W @ Z )
          | ( product @ Y @ W @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(54,plain,
    ( ( ! [X: $i,Y: $i,W: $i] :
          ( ~ ( equalish @ X @ Y )
          | ( equalish @ ( multiply @ X @ W ) @ ( multiply @ Y @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(55,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( equalish @ X @ Y )
          | ~ ( sum @ W @ Z @ X )
          | ( sum @ W @ Z @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(56,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( equalish @ X @ Y )
          | ~ ( sum @ W @ X @ Z )
          | ( sum @ W @ Y @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(57,plain,
    ( ( ! [X: $i,Y: $i,W: $i,Z: $i] :
          ( ~ ( equalish @ X @ Y )
          | ~ ( sum @ X @ W @ Z )
          | ( sum @ Y @ W @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

thf(58,plain,
    ( ( ! [X: $i,Y: $i,W: $i] :
          ( ~ ( equalish @ X @ Y )
          | ( equalish @ ( add @ X @ W ) @ ( add @ Y @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(59,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ( equalish @ ( additive_inverse @ X ) @ ( additive_inverse @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(60,plain,
    ( ( product @ a @ b @ additive_identity )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(61,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ additive_identity )
          | ( product @ X @ ( h @ X @ Y ) @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(62,plain,
    ( ( ~ ( equalish @ b @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(63,plain,
    ( ( ~ ( equalish @ a @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[32]) ).

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

thf(65,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ X @ Y @ V )
              | ( equalish @ U @ V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[36]) ).

thf(66,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ X @ Y @ V )
              | ( equalish @ U @ V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(67,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ V3 @ X @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[38]) ).

thf(68,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ V3 @ X @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[39]) ).

thf(69,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ X @ V3 @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(70,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ X @ V3 @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(71,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ X @ V @ W )
                  | ( product @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[42]) ).

thf(72,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ U @ Z @ W )
                  | ( product @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(73,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ X @ V @ W )
                  | ( sum @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[45]) ).

thf(74,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ U @ Z @ W )
                  | ( sum @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[46]) ).

thf(75,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( product @ W @ Z @ X )
              | ( product @ W @ Z @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[51]) ).

thf(76,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( product @ W @ X @ Z )
              | ( product @ W @ Y @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[52]) ).

thf(77,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( product @ X @ W @ Z )
              | ( product @ Y @ W @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[53]) ).

thf(78,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i] : ( equalish @ ( multiply @ X @ W ) @ ( multiply @ Y @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[54]) ).

thf(79,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( sum @ W @ Z @ X )
              | ( sum @ W @ Z @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[55]) ).

thf(80,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( sum @ W @ X @ Z )
              | ( sum @ W @ Y @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[56]) ).

thf(81,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( sum @ X @ W @ Z )
              | ( sum @ Y @ W @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[57]) ).

thf(82,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i] : ( equalish @ ( add @ X @ W ) @ ( add @ Y @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[58]) ).

thf(83,plain,
    ( ( ! [X: $i] :
          ( ~ ( equalish @ X @ additive_identity )
          | ! [Y: $i] : ( product @ X @ ( h @ X @ Y ) @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[61]) ).

thf(84,plain,
    ( ( ~ ( equalish @ a @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(85,plain,
    ( ( ~ ( equalish @ b @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[62]) ).

thf(86,plain,
    ( ( ! [X: $i] :
          ( ~ ( equalish @ X @ additive_identity )
          | ! [Y: $i] : ( product @ X @ ( h @ X @ Y ) @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[83]) ).

thf(87,plain,
    ( ( product @ a @ b @ additive_identity )
    = $true ),
    inference(copy,[status(thm)],[60]) ).

thf(88,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ( equalish @ ( additive_inverse @ X ) @ ( additive_inverse @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

thf(89,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i] : ( equalish @ ( add @ X @ W ) @ ( add @ Y @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[82]) ).

thf(90,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( sum @ X @ W @ Z )
              | ( sum @ Y @ W @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[81]) ).

thf(91,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( sum @ W @ X @ Z )
              | ( sum @ W @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[80]) ).

thf(92,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( sum @ W @ Z @ X )
              | ( sum @ W @ Z @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[79]) ).

thf(93,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i] : ( equalish @ ( multiply @ X @ W ) @ ( multiply @ Y @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[78]) ).

thf(94,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( product @ X @ W @ Z )
              | ( product @ Y @ W @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[77]) ).

thf(95,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( product @ W @ X @ Z )
              | ( product @ W @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[76]) ).

thf(96,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( equalish @ X @ Y )
          | ! [W: $i,Z: $i] :
              ( ~ ( product @ W @ Z @ X )
              | ( product @ W @ Z @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[75]) ).

thf(97,plain,
    ( ( ! [X: $i] : ( sum @ X @ additive_identity @ X ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(98,plain,
    ( ( ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(99,plain,
    ( ( ! [X: $i,Y: $i] : ( sum @ X @ Y @ ( add @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(100,plain,
    ( ( ! [X: $i] : ( sum @ X @ ( additive_inverse @ X ) @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(101,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ U @ Z @ W )
                  | ( sum @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[74]) ).

thf(102,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ X @ V @ W )
                  | ( sum @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[73]) ).

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

thf(104,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ U @ Z @ W )
                  | ( product @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[72]) ).

thf(105,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( product @ X @ V @ W )
                  | ( product @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[71]) ).

thf(106,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ X @ V3 @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(107,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ X @ V3 @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[69]) ).

thf(108,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ V3 @ X @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(109,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ V3 @ X @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[67]) ).

thf(110,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ X @ Y @ V )
              | ( equalish @ U @ V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[66]) ).

thf(111,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ X @ Y @ V )
              | ( equalish @ U @ V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[65]) ).

thf(112,plain,
    ( ( ! [X: $i] : ( product @ additive_identity @ X @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(113,plain,
    ( ( ! [X: $i] : ( product @ X @ additive_identity @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

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

thf(115,plain,
    ( ( equalish @ a @ additive_identity )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(116,plain,
    ( ( equalish @ b @ additive_identity )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(117,plain,
    ! [SV1: $i] :
      ( ( ~ ( equalish @ SV1 @ additive_identity )
        | ! [SY105: $i] : ( product @ SV1 @ ( h @ SV1 @ SY105 ) @ SY105 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(118,plain,
    ! [SV2: $i] :
      ( ( ! [SY106: $i] :
            ( ~ ( equalish @ SV2 @ SY106 )
            | ( equalish @ ( additive_inverse @ SV2 ) @ ( additive_inverse @ SY106 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(119,plain,
    ! [SV3: $i] :
      ( ( ! [SY107: $i] :
            ( ~ ( equalish @ SV3 @ SY107 )
            | ! [SY108: $i] : ( equalish @ ( add @ SV3 @ SY108 ) @ ( add @ SY107 @ SY108 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(120,plain,
    ! [SV4: $i] :
      ( ( ! [SY109: $i] :
            ( ~ ( equalish @ SV4 @ SY109 )
            | ! [SY110: $i,SY111: $i] :
                ( ~ ( sum @ SV4 @ SY110 @ SY111 )
                | ( sum @ SY109 @ SY110 @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(121,plain,
    ! [SV5: $i] :
      ( ( ! [SY112: $i] :
            ( ~ ( equalish @ SV5 @ SY112 )
            | ! [SY113: $i,SY114: $i] :
                ( ~ ( sum @ SY113 @ SV5 @ SY114 )
                | ( sum @ SY113 @ SY112 @ SY114 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(122,plain,
    ! [SV6: $i] :
      ( ( ! [SY115: $i] :
            ( ~ ( equalish @ SV6 @ SY115 )
            | ! [SY116: $i,SY117: $i] :
                ( ~ ( sum @ SY116 @ SY117 @ SV6 )
                | ( sum @ SY116 @ SY117 @ SY115 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(123,plain,
    ! [SV7: $i] :
      ( ( ! [SY118: $i] :
            ( ~ ( equalish @ SV7 @ SY118 )
            | ! [SY119: $i] : ( equalish @ ( multiply @ SV7 @ SY119 ) @ ( multiply @ SY118 @ SY119 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(124,plain,
    ! [SV8: $i] :
      ( ( ! [SY120: $i] :
            ( ~ ( equalish @ SV8 @ SY120 )
            | ! [SY121: $i,SY122: $i] :
                ( ~ ( product @ SV8 @ SY121 @ SY122 )
                | ( product @ SY120 @ SY121 @ SY122 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(125,plain,
    ! [SV9: $i] :
      ( ( ! [SY123: $i] :
            ( ~ ( equalish @ SV9 @ SY123 )
            | ! [SY124: $i,SY125: $i] :
                ( ~ ( product @ SY124 @ SV9 @ SY125 )
                | ( product @ SY124 @ SY123 @ SY125 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(126,plain,
    ! [SV10: $i] :
      ( ( ! [SY126: $i] :
            ( ~ ( equalish @ SV10 @ SY126 )
            | ! [SY127: $i,SY128: $i] :
                ( ~ ( product @ SY127 @ SY128 @ SV10 )
                | ( product @ SY127 @ SY128 @ SY126 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(127,plain,
    ! [SV11: $i] :
      ( ( sum @ SV11 @ additive_identity @ SV11 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(128,plain,
    ! [SV12: $i] :
      ( ( ! [SY129: $i] : ( product @ SV12 @ SY129 @ ( multiply @ SV12 @ SY129 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(129,plain,
    ! [SV13: $i] :
      ( ( ! [SY130: $i] : ( sum @ SV13 @ SY130 @ ( add @ SV13 @ SY130 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(130,plain,
    ! [SV14: $i] :
      ( ( sum @ SV14 @ ( additive_inverse @ SV14 ) @ additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(131,plain,
    ! [SV15: $i] :
      ( ( ! [SY131: $i,SY132: $i,SY133: $i] :
            ( ~ ( sum @ SV15 @ SY131 @ SY132 )
            | ! [SY134: $i] :
                ( ~ ( sum @ SY131 @ SY133 @ SY134 )
                | ! [SY135: $i] :
                    ( ~ ( sum @ SY132 @ SY133 @ SY135 )
                    | ( sum @ SV15 @ SY134 @ SY135 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(132,plain,
    ! [SV16: $i] :
      ( ( ! [SY136: $i,SY137: $i,SY138: $i] :
            ( ~ ( sum @ SV16 @ SY136 @ SY137 )
            | ! [SY139: $i] :
                ( ~ ( sum @ SY136 @ SY138 @ SY139 )
                | ! [SY140: $i] :
                    ( ~ ( sum @ SV16 @ SY139 @ SY140 )
                    | ( sum @ SY137 @ SY138 @ SY140 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[102]) ).

thf(133,plain,
    ! [SV17: $i] :
      ( ( ! [SY141: $i,SY142: $i] :
            ( ~ ( sum @ SV17 @ SY141 @ SY142 )
            | ( sum @ SY141 @ SV17 @ SY142 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(134,plain,
    ! [SV18: $i] :
      ( ( ! [SY143: $i,SY144: $i,SY145: $i] :
            ( ~ ( product @ SV18 @ SY143 @ SY144 )
            | ! [SY146: $i] :
                ( ~ ( product @ SY143 @ SY145 @ SY146 )
                | ! [SY147: $i] :
                    ( ~ ( product @ SY144 @ SY145 @ SY147 )
                    | ( product @ SV18 @ SY146 @ SY147 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(135,plain,
    ! [SV19: $i] :
      ( ( ! [SY148: $i,SY149: $i,SY150: $i] :
            ( ~ ( product @ SV19 @ SY148 @ SY149 )
            | ! [SY151: $i] :
                ( ~ ( product @ SY148 @ SY150 @ SY151 )
                | ! [SY152: $i] :
                    ( ~ ( product @ SV19 @ SY151 @ SY152 )
                    | ( product @ SY149 @ SY150 @ SY152 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(136,plain,
    ! [SV20: $i] :
      ( ( ! [SY153: $i,SY154: $i,SY155: $i,SY156: $i] :
            ( ~ ( product @ SV20 @ SY153 @ SY154 )
            | ~ ( product @ SV20 @ SY155 @ SY156 )
            | ! [SY157: $i] :
                ( ~ ( sum @ SY153 @ SY155 @ SY157 )
                | ! [SY158: $i] :
                    ( ~ ( product @ SV20 @ SY157 @ SY158 )
                    | ( sum @ SY154 @ SY156 @ SY158 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(137,plain,
    ! [SV21: $i] :
      ( ( ! [SY159: $i,SY160: $i,SY161: $i,SY162: $i] :
            ( ~ ( product @ SV21 @ SY159 @ SY160 )
            | ~ ( product @ SV21 @ SY161 @ SY162 )
            | ! [SY163: $i] :
                ( ~ ( sum @ SY159 @ SY161 @ SY163 )
                | ! [SY164: $i] :
                    ( ~ ( sum @ SY160 @ SY162 @ SY164 )
                    | ( product @ SV21 @ SY163 @ SY164 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(138,plain,
    ! [SV22: $i] :
      ( ( ! [SY165: $i,SY166: $i,SY167: $i,SY168: $i] :
            ( ~ ( product @ SV22 @ SY165 @ SY166 )
            | ~ ( product @ SY167 @ SY165 @ SY168 )
            | ! [SY169: $i] :
                ( ~ ( sum @ SV22 @ SY167 @ SY169 )
                | ! [V4: $i] :
                    ( ~ ( product @ SY169 @ SY165 @ V4 )
                    | ( sum @ SY166 @ SY168 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(139,plain,
    ! [SV23: $i] :
      ( ( ! [SY171: $i,SY172: $i,SY173: $i,SY174: $i] :
            ( ~ ( product @ SV23 @ SY171 @ SY172 )
            | ~ ( product @ SY173 @ SY171 @ SY174 )
            | ! [SY175: $i] :
                ( ~ ( sum @ SV23 @ SY173 @ SY175 )
                | ! [V4: $i] :
                    ( ~ ( sum @ SY172 @ SY174 @ V4 )
                    | ( product @ SY175 @ SY171 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(140,plain,
    ! [SV24: $i] :
      ( ( ! [SY177: $i,SY178: $i] :
            ( ~ ( sum @ SV24 @ SY177 @ SY178 )
            | ! [SY179: $i] :
                ( ~ ( sum @ SV24 @ SY177 @ SY179 )
                | ( equalish @ SY178 @ SY179 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(141,plain,
    ! [SV25: $i] :
      ( ( ! [SY180: $i,SY181: $i] :
            ( ~ ( product @ SV25 @ SY180 @ SY181 )
            | ! [SY182: $i] :
                ( ~ ( product @ SV25 @ SY180 @ SY182 )
                | ( equalish @ SY181 @ SY182 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(142,plain,
    ! [SV26: $i] :
      ( ( product @ additive_identity @ SV26 @ additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(143,plain,
    ! [SV27: $i] :
      ( ( product @ SV27 @ additive_identity @ additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(144,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(145,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( equalish @ SV1 @ additive_identity ) )
        = $true )
      | ( ( ! [SY105: $i] : ( product @ SV1 @ ( h @ SV1 @ SY105 ) @ SY105 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(146,plain,
    ! [SV28: $i,SV2: $i] :
      ( ( ~ ( equalish @ SV2 @ SV28 )
        | ( equalish @ ( additive_inverse @ SV2 ) @ ( additive_inverse @ SV28 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(147,plain,
    ! [SV29: $i,SV3: $i] :
      ( ( ~ ( equalish @ SV3 @ SV29 )
        | ! [SY183: $i] : ( equalish @ ( add @ SV3 @ SY183 ) @ ( add @ SV29 @ SY183 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(148,plain,
    ! [SV30: $i,SV4: $i] :
      ( ( ~ ( equalish @ SV4 @ SV30 )
        | ! [SY184: $i,SY185: $i] :
            ( ~ ( sum @ SV4 @ SY184 @ SY185 )
            | ( sum @ SV30 @ SY184 @ SY185 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(149,plain,
    ! [SV31: $i,SV5: $i] :
      ( ( ~ ( equalish @ SV5 @ SV31 )
        | ! [SY186: $i,SY187: $i] :
            ( ~ ( sum @ SY186 @ SV5 @ SY187 )
            | ( sum @ SY186 @ SV31 @ SY187 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(150,plain,
    ! [SV32: $i,SV6: $i] :
      ( ( ~ ( equalish @ SV6 @ SV32 )
        | ! [SY188: $i,SY189: $i] :
            ( ~ ( sum @ SY188 @ SY189 @ SV6 )
            | ( sum @ SY188 @ SY189 @ SV32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(151,plain,
    ! [SV33: $i,SV7: $i] :
      ( ( ~ ( equalish @ SV7 @ SV33 )
        | ! [SY190: $i] : ( equalish @ ( multiply @ SV7 @ SY190 ) @ ( multiply @ SV33 @ SY190 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(152,plain,
    ! [SV34: $i,SV8: $i] :
      ( ( ~ ( equalish @ SV8 @ SV34 )
        | ! [SY191: $i,SY192: $i] :
            ( ~ ( product @ SV8 @ SY191 @ SY192 )
            | ( product @ SV34 @ SY191 @ SY192 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(153,plain,
    ! [SV35: $i,SV9: $i] :
      ( ( ~ ( equalish @ SV9 @ SV35 )
        | ! [SY193: $i,SY194: $i] :
            ( ~ ( product @ SY193 @ SV9 @ SY194 )
            | ( product @ SY193 @ SV35 @ SY194 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(154,plain,
    ! [SV36: $i,SV10: $i] :
      ( ( ~ ( equalish @ SV10 @ SV36 )
        | ! [SY195: $i,SY196: $i] :
            ( ~ ( product @ SY195 @ SY196 @ SV10 )
            | ( product @ SY195 @ SY196 @ SV36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(155,plain,
    ! [SV37: $i,SV12: $i] :
      ( ( product @ SV12 @ SV37 @ ( multiply @ SV12 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(156,plain,
    ! [SV38: $i,SV13: $i] :
      ( ( sum @ SV13 @ SV38 @ ( add @ SV13 @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(157,plain,
    ! [SV39: $i,SV15: $i] :
      ( ( ! [SY197: $i,SY198: $i] :
            ( ~ ( sum @ SV15 @ SV39 @ SY197 )
            | ! [SY199: $i] :
                ( ~ ( sum @ SV39 @ SY198 @ SY199 )
                | ! [SY135: $i] :
                    ( ~ ( sum @ SY197 @ SY198 @ SY135 )
                    | ( sum @ SV15 @ SY199 @ SY135 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(158,plain,
    ! [SV40: $i,SV16: $i] :
      ( ( ! [SY201: $i,SY202: $i] :
            ( ~ ( sum @ SV16 @ SV40 @ SY201 )
            | ! [SY203: $i] :
                ( ~ ( sum @ SV40 @ SY202 @ SY203 )
                | ! [SY140: $i] :
                    ( ~ ( sum @ SV16 @ SY203 @ SY140 )
                    | ( sum @ SY201 @ SY202 @ SY140 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(159,plain,
    ! [SV41: $i,SV17: $i] :
      ( ( ! [SY205: $i] :
            ( ~ ( sum @ SV17 @ SV41 @ SY205 )
            | ( sum @ SV41 @ SV17 @ SY205 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(160,plain,
    ! [SV42: $i,SV18: $i] :
      ( ( ! [SY206: $i,SY207: $i] :
            ( ~ ( product @ SV18 @ SV42 @ SY206 )
            | ! [SY208: $i] :
                ( ~ ( product @ SV42 @ SY207 @ SY208 )
                | ! [SY147: $i] :
                    ( ~ ( product @ SY206 @ SY207 @ SY147 )
                    | ( product @ SV18 @ SY208 @ SY147 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(161,plain,
    ! [SV43: $i,SV19: $i] :
      ( ( ! [SY210: $i,SY211: $i] :
            ( ~ ( product @ SV19 @ SV43 @ SY210 )
            | ! [SY212: $i] :
                ( ~ ( product @ SV43 @ SY211 @ SY212 )
                | ! [SY152: $i] :
                    ( ~ ( product @ SV19 @ SY212 @ SY152 )
                    | ( product @ SY210 @ SY211 @ SY152 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(162,plain,
    ! [SV44: $i,SV20: $i] :
      ( ( ! [SY214: $i,SY215: $i,SY216: $i] :
            ( ~ ( product @ SV20 @ SV44 @ SY214 )
            | ~ ( product @ SV20 @ SY215 @ SY216 )
            | ! [SY217: $i] :
                ( ~ ( sum @ SV44 @ SY215 @ SY217 )
                | ! [SY158: $i] :
                    ( ~ ( product @ SV20 @ SY217 @ SY158 )
                    | ( sum @ SY214 @ SY216 @ SY158 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(163,plain,
    ! [SV45: $i,SV21: $i] :
      ( ( ! [SY219: $i,SY220: $i,SY221: $i] :
            ( ~ ( product @ SV21 @ SV45 @ SY219 )
            | ~ ( product @ SV21 @ SY220 @ SY221 )
            | ! [SY222: $i] :
                ( ~ ( sum @ SV45 @ SY220 @ SY222 )
                | ! [SY164: $i] :
                    ( ~ ( sum @ SY219 @ SY221 @ SY164 )
                    | ( product @ SV21 @ SY222 @ SY164 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(164,plain,
    ! [SV46: $i,SV22: $i] :
      ( ( ! [SY224: $i,SY225: $i,SY226: $i] :
            ( ~ ( product @ SV22 @ SV46 @ SY224 )
            | ~ ( product @ SY225 @ SV46 @ SY226 )
            | ! [SY227: $i] :
                ( ~ ( sum @ SV22 @ SY225 @ SY227 )
                | ! [SY228: $i] :
                    ( ~ ( product @ SY227 @ SV46 @ SY228 )
                    | ( sum @ SY224 @ SY226 @ SY228 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(165,plain,
    ! [SV47: $i,SV23: $i] :
      ( ( ! [SY229: $i,SY230: $i,SY231: $i] :
            ( ~ ( product @ SV23 @ SV47 @ SY229 )
            | ~ ( product @ SY230 @ SV47 @ SY231 )
            | ! [SY232: $i] :
                ( ~ ( sum @ SV23 @ SY230 @ SY232 )
                | ! [SY233: $i] :
                    ( ~ ( sum @ SY229 @ SY231 @ SY233 )
                    | ( product @ SY232 @ SV47 @ SY233 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(166,plain,
    ! [SV48: $i,SV24: $i] :
      ( ( ! [SY234: $i] :
            ( ~ ( sum @ SV24 @ SV48 @ SY234 )
            | ! [SY235: $i] :
                ( ~ ( sum @ SV24 @ SV48 @ SY235 )
                | ( equalish @ SY234 @ SY235 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(167,plain,
    ! [SV49: $i,SV25: $i] :
      ( ( ! [SY236: $i] :
            ( ~ ( product @ SV25 @ SV49 @ SY236 )
            | ! [SY237: $i] :
                ( ~ ( product @ SV25 @ SV49 @ SY237 )
                | ( equalish @ SY236 @ SY237 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(168,plain,
    ! [SV1: $i] :
      ( ( ( equalish @ SV1 @ additive_identity )
        = $false )
      | ( ( ! [SY105: $i] : ( product @ SV1 @ ( h @ SV1 @ SY105 ) @ SY105 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(169,plain,
    ! [SV28: $i,SV2: $i] :
      ( ( ( ~ ( equalish @ SV2 @ SV28 ) )
        = $true )
      | ( ( equalish @ ( additive_inverse @ SV2 ) @ ( additive_inverse @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

thf(170,plain,
    ! [SV29: $i,SV3: $i] :
      ( ( ( ~ ( equalish @ SV3 @ SV29 ) )
        = $true )
      | ( ( ! [SY183: $i] : ( equalish @ ( add @ SV3 @ SY183 ) @ ( add @ SV29 @ SY183 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[147]) ).

thf(171,plain,
    ! [SV30: $i,SV4: $i] :
      ( ( ( ~ ( equalish @ SV4 @ SV30 ) )
        = $true )
      | ( ( ! [SY184: $i,SY185: $i] :
              ( ~ ( sum @ SV4 @ SY184 @ SY185 )
              | ( sum @ SV30 @ SY184 @ SY185 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[148]) ).

thf(172,plain,
    ! [SV31: $i,SV5: $i] :
      ( ( ( ~ ( equalish @ SV5 @ SV31 ) )
        = $true )
      | ( ( ! [SY186: $i,SY187: $i] :
              ( ~ ( sum @ SY186 @ SV5 @ SY187 )
              | ( sum @ SY186 @ SV31 @ SY187 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(173,plain,
    ! [SV32: $i,SV6: $i] :
      ( ( ( ~ ( equalish @ SV6 @ SV32 ) )
        = $true )
      | ( ( ! [SY188: $i,SY189: $i] :
              ( ~ ( sum @ SY188 @ SY189 @ SV6 )
              | ( sum @ SY188 @ SY189 @ SV32 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[150]) ).

thf(174,plain,
    ! [SV33: $i,SV7: $i] :
      ( ( ( ~ ( equalish @ SV7 @ SV33 ) )
        = $true )
      | ( ( ! [SY190: $i] : ( equalish @ ( multiply @ SV7 @ SY190 ) @ ( multiply @ SV33 @ SY190 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(175,plain,
    ! [SV34: $i,SV8: $i] :
      ( ( ( ~ ( equalish @ SV8 @ SV34 ) )
        = $true )
      | ( ( ! [SY191: $i,SY192: $i] :
              ( ~ ( product @ SV8 @ SY191 @ SY192 )
              | ( product @ SV34 @ SY191 @ SY192 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(176,plain,
    ! [SV35: $i,SV9: $i] :
      ( ( ( ~ ( equalish @ SV9 @ SV35 ) )
        = $true )
      | ( ( ! [SY193: $i,SY194: $i] :
              ( ~ ( product @ SY193 @ SV9 @ SY194 )
              | ( product @ SY193 @ SV35 @ SY194 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(177,plain,
    ! [SV36: $i,SV10: $i] :
      ( ( ( ~ ( equalish @ SV10 @ SV36 ) )
        = $true )
      | ( ( ! [SY195: $i,SY196: $i] :
              ( ~ ( product @ SY195 @ SY196 @ SV10 )
              | ( product @ SY195 @ SY196 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(178,plain,
    ! [SV50: $i,SV39: $i,SV15: $i] :
      ( ( ! [SY238: $i] :
            ( ~ ( sum @ SV15 @ SV39 @ SV50 )
            | ! [SY239: $i] :
                ( ~ ( sum @ SV39 @ SY238 @ SY239 )
                | ! [SY240: $i] :
                    ( ~ ( sum @ SV50 @ SY238 @ SY240 )
                    | ( sum @ SV15 @ SY239 @ SY240 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(179,plain,
    ! [SV51: $i,SV40: $i,SV16: $i] :
      ( ( ! [SY241: $i] :
            ( ~ ( sum @ SV16 @ SV40 @ SV51 )
            | ! [SY242: $i] :
                ( ~ ( sum @ SV40 @ SY241 @ SY242 )
                | ! [SY243: $i] :
                    ( ~ ( sum @ SV16 @ SY242 @ SY243 )
                    | ( sum @ SV51 @ SY241 @ SY243 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(180,plain,
    ! [SV52: $i,SV41: $i,SV17: $i] :
      ( ( ~ ( sum @ SV17 @ SV41 @ SV52 )
        | ( sum @ SV41 @ SV17 @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

thf(181,plain,
    ! [SV53: $i,SV42: $i,SV18: $i] :
      ( ( ! [SY244: $i] :
            ( ~ ( product @ SV18 @ SV42 @ SV53 )
            | ! [SY245: $i] :
                ( ~ ( product @ SV42 @ SY244 @ SY245 )
                | ! [SY246: $i] :
                    ( ~ ( product @ SV53 @ SY244 @ SY246 )
                    | ( product @ SV18 @ SY245 @ SY246 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[160]) ).

thf(182,plain,
    ! [SV54: $i,SV43: $i,SV19: $i] :
      ( ( ! [SY247: $i] :
            ( ~ ( product @ SV19 @ SV43 @ SV54 )
            | ! [SY248: $i] :
                ( ~ ( product @ SV43 @ SY247 @ SY248 )
                | ! [SY249: $i] :
                    ( ~ ( product @ SV19 @ SY248 @ SY249 )
                    | ( product @ SV54 @ SY247 @ SY249 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[161]) ).

thf(183,plain,
    ! [SV55: $i,SV44: $i,SV20: $i] :
      ( ( ! [SY250: $i,SY251: $i] :
            ( ~ ( product @ SV20 @ SV44 @ SV55 )
            | ~ ( product @ SV20 @ SY250 @ SY251 )
            | ! [SY252: $i] :
                ( ~ ( sum @ SV44 @ SY250 @ SY252 )
                | ! [SY253: $i] :
                    ( ~ ( product @ SV20 @ SY252 @ SY253 )
                    | ( sum @ SV55 @ SY251 @ SY253 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[162]) ).

thf(184,plain,
    ! [SV56: $i,SV45: $i,SV21: $i] :
      ( ( ! [SY254: $i,SY255: $i] :
            ( ~ ( product @ SV21 @ SV45 @ SV56 )
            | ~ ( product @ SV21 @ SY254 @ SY255 )
            | ! [SY256: $i] :
                ( ~ ( sum @ SV45 @ SY254 @ SY256 )
                | ! [SY257: $i] :
                    ( ~ ( sum @ SV56 @ SY255 @ SY257 )
                    | ( product @ SV21 @ SY256 @ SY257 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[163]) ).

thf(185,plain,
    ! [SV57: $i,SV46: $i,SV22: $i] :
      ( ( ! [SY258: $i,SY259: $i] :
            ( ~ ( product @ SV22 @ SV46 @ SV57 )
            | ~ ( product @ SY258 @ SV46 @ SY259 )
            | ! [SY260: $i] :
                ( ~ ( sum @ SV22 @ SY258 @ SY260 )
                | ! [SY261: $i] :
                    ( ~ ( product @ SY260 @ SV46 @ SY261 )
                    | ( sum @ SV57 @ SY259 @ SY261 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[164]) ).

thf(186,plain,
    ! [SV58: $i,SV47: $i,SV23: $i] :
      ( ( ! [SY262: $i,SY263: $i] :
            ( ~ ( product @ SV23 @ SV47 @ SV58 )
            | ~ ( product @ SY262 @ SV47 @ SY263 )
            | ! [SY264: $i] :
                ( ~ ( sum @ SV23 @ SY262 @ SY264 )
                | ! [SY265: $i] :
                    ( ~ ( sum @ SV58 @ SY263 @ SY265 )
                    | ( product @ SY264 @ SV47 @ SY265 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(187,plain,
    ! [SV59: $i,SV48: $i,SV24: $i] :
      ( ( ~ ( sum @ SV24 @ SV48 @ SV59 )
        | ! [SY266: $i] :
            ( ~ ( sum @ SV24 @ SV48 @ SY266 )
            | ( equalish @ SV59 @ SY266 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(188,plain,
    ! [SV60: $i,SV49: $i,SV25: $i] :
      ( ( ~ ( product @ SV25 @ SV49 @ SV60 )
        | ! [SY267: $i] :
            ( ~ ( product @ SV25 @ SV49 @ SY267 )
            | ( equalish @ SV60 @ SY267 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(189,plain,
    ! [SV61: $i,SV1: $i] :
      ( ( ( product @ SV1 @ ( h @ SV1 @ SV61 ) @ SV61 )
        = $true )
      | ( ( equalish @ SV1 @ additive_identity )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(190,plain,
    ! [SV28: $i,SV2: $i] :
      ( ( ( equalish @ SV2 @ SV28 )
        = $false )
      | ( ( equalish @ ( additive_inverse @ SV2 ) @ ( additive_inverse @ SV28 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

thf(191,plain,
    ! [SV29: $i,SV3: $i] :
      ( ( ( equalish @ SV3 @ SV29 )
        = $false )
      | ( ( ! [SY183: $i] : ( equalish @ ( add @ SV3 @ SY183 ) @ ( add @ SV29 @ SY183 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(192,plain,
    ! [SV30: $i,SV4: $i] :
      ( ( ( equalish @ SV4 @ SV30 )
        = $false )
      | ( ( ! [SY184: $i,SY185: $i] :
              ( ~ ( sum @ SV4 @ SY184 @ SY185 )
              | ( sum @ SV30 @ SY184 @ SY185 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(193,plain,
    ! [SV31: $i,SV5: $i] :
      ( ( ( equalish @ SV5 @ SV31 )
        = $false )
      | ( ( ! [SY186: $i,SY187: $i] :
              ( ~ ( sum @ SY186 @ SV5 @ SY187 )
              | ( sum @ SY186 @ SV31 @ SY187 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(194,plain,
    ! [SV32: $i,SV6: $i] :
      ( ( ( equalish @ SV6 @ SV32 )
        = $false )
      | ( ( ! [SY188: $i,SY189: $i] :
              ( ~ ( sum @ SY188 @ SY189 @ SV6 )
              | ( sum @ SY188 @ SY189 @ SV32 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

thf(195,plain,
    ! [SV33: $i,SV7: $i] :
      ( ( ( equalish @ SV7 @ SV33 )
        = $false )
      | ( ( ! [SY190: $i] : ( equalish @ ( multiply @ SV7 @ SY190 ) @ ( multiply @ SV33 @ SY190 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(196,plain,
    ! [SV34: $i,SV8: $i] :
      ( ( ( equalish @ SV8 @ SV34 )
        = $false )
      | ( ( ! [SY191: $i,SY192: $i] :
              ( ~ ( product @ SV8 @ SY191 @ SY192 )
              | ( product @ SV34 @ SY191 @ SY192 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[175]) ).

thf(197,plain,
    ! [SV35: $i,SV9: $i] :
      ( ( ( equalish @ SV9 @ SV35 )
        = $false )
      | ( ( ! [SY193: $i,SY194: $i] :
              ( ~ ( product @ SY193 @ SV9 @ SY194 )
              | ( product @ SY193 @ SV35 @ SY194 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(198,plain,
    ! [SV36: $i,SV10: $i] :
      ( ( ( equalish @ SV10 @ SV36 )
        = $false )
      | ( ( ! [SY195: $i,SY196: $i] :
              ( ~ ( product @ SY195 @ SY196 @ SV10 )
              | ( product @ SY195 @ SY196 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[177]) ).

thf(199,plain,
    ! [SV62: $i,SV50: $i,SV39: $i,SV15: $i] :
      ( ( ~ ( sum @ SV15 @ SV39 @ SV50 )
        | ! [SY268: $i] :
            ( ~ ( sum @ SV39 @ SV62 @ SY268 )
            | ! [SY269: $i] :
                ( ~ ( sum @ SV50 @ SV62 @ SY269 )
                | ( sum @ SV15 @ SY268 @ SY269 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[178]) ).

thf(200,plain,
    ! [SV63: $i,SV51: $i,SV40: $i,SV16: $i] :
      ( ( ~ ( sum @ SV16 @ SV40 @ SV51 )
        | ! [SY270: $i] :
            ( ~ ( sum @ SV40 @ SV63 @ SY270 )
            | ! [SY271: $i] :
                ( ~ ( sum @ SV16 @ SY270 @ SY271 )
                | ( sum @ SV51 @ SV63 @ SY271 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

thf(201,plain,
    ! [SV52: $i,SV41: $i,SV17: $i] :
      ( ( ( ~ ( sum @ SV17 @ SV41 @ SV52 ) )
        = $true )
      | ( ( sum @ SV41 @ SV17 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[180]) ).

thf(202,plain,
    ! [SV64: $i,SV53: $i,SV42: $i,SV18: $i] :
      ( ( ~ ( product @ SV18 @ SV42 @ SV53 )
        | ! [SY272: $i] :
            ( ~ ( product @ SV42 @ SV64 @ SY272 )
            | ! [SY273: $i] :
                ( ~ ( product @ SV53 @ SV64 @ SY273 )
                | ( product @ SV18 @ SY272 @ SY273 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(203,plain,
    ! [SV65: $i,SV54: $i,SV43: $i,SV19: $i] :
      ( ( ~ ( product @ SV19 @ SV43 @ SV54 )
        | ! [SY274: $i] :
            ( ~ ( product @ SV43 @ SV65 @ SY274 )
            | ! [SY275: $i] :
                ( ~ ( product @ SV19 @ SY274 @ SY275 )
                | ( product @ SV54 @ SV65 @ SY275 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[182]) ).

thf(204,plain,
    ! [SV66: $i,SV55: $i,SV44: $i,SV20: $i] :
      ( ( ! [SY276: $i] :
            ( ~ ( product @ SV20 @ SV44 @ SV55 )
            | ~ ( product @ SV20 @ SV66 @ SY276 )
            | ! [SY277: $i] :
                ( ~ ( sum @ SV44 @ SV66 @ SY277 )
                | ! [SY253: $i] :
                    ( ~ ( product @ SV20 @ SY277 @ SY253 )
                    | ( sum @ SV55 @ SY276 @ SY253 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[183]) ).

thf(205,plain,
    ! [SV67: $i,SV56: $i,SV45: $i,SV21: $i] :
      ( ( ! [SY279: $i] :
            ( ~ ( product @ SV21 @ SV45 @ SV56 )
            | ~ ( product @ SV21 @ SV67 @ SY279 )
            | ! [SY280: $i] :
                ( ~ ( sum @ SV45 @ SV67 @ SY280 )
                | ! [SY257: $i] :
                    ( ~ ( sum @ SV56 @ SY279 @ SY257 )
                    | ( product @ SV21 @ SY280 @ SY257 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(206,plain,
    ! [SV68: $i,SV57: $i,SV46: $i,SV22: $i] :
      ( ( ! [SY282: $i] :
            ( ~ ( product @ SV22 @ SV46 @ SV57 )
            | ~ ( product @ SV68 @ SV46 @ SY282 )
            | ! [SY283: $i] :
                ( ~ ( sum @ SV22 @ SV68 @ SY283 )
                | ! [SY261: $i] :
                    ( ~ ( product @ SY283 @ SV46 @ SY261 )
                    | ( sum @ SV57 @ SY282 @ SY261 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(207,plain,
    ! [SV69: $i,SV58: $i,SV47: $i,SV23: $i] :
      ( ( ! [SY285: $i] :
            ( ~ ( product @ SV23 @ SV47 @ SV58 )
            | ~ ( product @ SV69 @ SV47 @ SY285 )
            | ! [SY286: $i] :
                ( ~ ( sum @ SV23 @ SV69 @ SY286 )
                | ! [SY265: $i] :
                    ( ~ ( sum @ SV58 @ SY285 @ SY265 )
                    | ( product @ SY286 @ SV47 @ SY265 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[186]) ).

thf(208,plain,
    ! [SV59: $i,SV48: $i,SV24: $i] :
      ( ( ( ~ ( sum @ SV24 @ SV48 @ SV59 ) )
        = $true )
      | ( ( ! [SY266: $i] :
              ( ~ ( sum @ SV24 @ SV48 @ SY266 )
              | ( equalish @ SV59 @ SY266 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[187]) ).

thf(209,plain,
    ! [SV60: $i,SV49: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV49 @ SV60 ) )
        = $true )
      | ( ( ! [SY267: $i] :
              ( ~ ( product @ SV25 @ SV49 @ SY267 )
              | ( equalish @ SV60 @ SY267 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(210,plain,
    ! [SV29: $i,SV70: $i,SV3: $i] :
      ( ( ( equalish @ ( add @ SV3 @ SV70 ) @ ( add @ SV29 @ SV70 ) )
        = $true )
      | ( ( equalish @ SV3 @ SV29 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(211,plain,
    ! [SV30: $i,SV71: $i,SV4: $i] :
      ( ( ( ! [SY288: $i] :
              ( ~ ( sum @ SV4 @ SV71 @ SY288 )
              | ( sum @ SV30 @ SV71 @ SY288 ) ) )
        = $true )
      | ( ( equalish @ SV4 @ SV30 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(212,plain,
    ! [SV31: $i,SV5: $i,SV72: $i] :
      ( ( ( ! [SY289: $i] :
              ( ~ ( sum @ SV72 @ SV5 @ SY289 )
              | ( sum @ SV72 @ SV31 @ SY289 ) ) )
        = $true )
      | ( ( equalish @ SV5 @ SV31 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(213,plain,
    ! [SV32: $i,SV6: $i,SV73: $i] :
      ( ( ( ! [SY290: $i] :
              ( ~ ( sum @ SV73 @ SY290 @ SV6 )
              | ( sum @ SV73 @ SY290 @ SV32 ) ) )
        = $true )
      | ( ( equalish @ SV6 @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(214,plain,
    ! [SV33: $i,SV74: $i,SV7: $i] :
      ( ( ( equalish @ ( multiply @ SV7 @ SV74 ) @ ( multiply @ SV33 @ SV74 ) )
        = $true )
      | ( ( equalish @ SV7 @ SV33 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(215,plain,
    ! [SV34: $i,SV75: $i,SV8: $i] :
      ( ( ( ! [SY291: $i] :
              ( ~ ( product @ SV8 @ SV75 @ SY291 )
              | ( product @ SV34 @ SV75 @ SY291 ) ) )
        = $true )
      | ( ( equalish @ SV8 @ SV34 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(216,plain,
    ! [SV35: $i,SV9: $i,SV76: $i] :
      ( ( ( ! [SY292: $i] :
              ( ~ ( product @ SV76 @ SV9 @ SY292 )
              | ( product @ SV76 @ SV35 @ SY292 ) ) )
        = $true )
      | ( ( equalish @ SV9 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[197]) ).

thf(217,plain,
    ! [SV36: $i,SV10: $i,SV77: $i] :
      ( ( ( ! [SY293: $i] :
              ( ~ ( product @ SV77 @ SY293 @ SV10 )
              | ( product @ SV77 @ SY293 @ SV36 ) ) )
        = $true )
      | ( ( equalish @ SV10 @ SV36 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

thf(218,plain,
    ! [SV62: $i,SV50: $i,SV39: $i,SV15: $i] :
      ( ( ( ~ ( sum @ SV15 @ SV39 @ SV50 ) )
        = $true )
      | ( ( ! [SY268: $i] :
              ( ~ ( sum @ SV39 @ SV62 @ SY268 )
              | ! [SY269: $i] :
                  ( ~ ( sum @ SV50 @ SV62 @ SY269 )
                  | ( sum @ SV15 @ SY268 @ SY269 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[199]) ).

thf(219,plain,
    ! [SV63: $i,SV51: $i,SV40: $i,SV16: $i] :
      ( ( ( ~ ( sum @ SV16 @ SV40 @ SV51 ) )
        = $true )
      | ( ( ! [SY270: $i] :
              ( ~ ( sum @ SV40 @ SV63 @ SY270 )
              | ! [SY271: $i] :
                  ( ~ ( sum @ SV16 @ SY270 @ SY271 )
                  | ( sum @ SV51 @ SV63 @ SY271 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[200]) ).

thf(220,plain,
    ! [SV52: $i,SV41: $i,SV17: $i] :
      ( ( ( sum @ SV17 @ SV41 @ SV52 )
        = $false )
      | ( ( sum @ SV41 @ SV17 @ SV52 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(221,plain,
    ! [SV64: $i,SV53: $i,SV42: $i,SV18: $i] :
      ( ( ( ~ ( product @ SV18 @ SV42 @ SV53 ) )
        = $true )
      | ( ( ! [SY272: $i] :
              ( ~ ( product @ SV42 @ SV64 @ SY272 )
              | ! [SY273: $i] :
                  ( ~ ( product @ SV53 @ SV64 @ SY273 )
                  | ( product @ SV18 @ SY272 @ SY273 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[202]) ).

thf(222,plain,
    ! [SV65: $i,SV54: $i,SV43: $i,SV19: $i] :
      ( ( ( ~ ( product @ SV19 @ SV43 @ SV54 ) )
        = $true )
      | ( ( ! [SY274: $i] :
              ( ~ ( product @ SV43 @ SV65 @ SY274 )
              | ! [SY275: $i] :
                  ( ~ ( product @ SV19 @ SY274 @ SY275 )
                  | ( product @ SV54 @ SV65 @ SY275 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[203]) ).

thf(223,plain,
    ! [SV78: $i,SV66: $i,SV55: $i,SV44: $i,SV20: $i] :
      ( ( ~ ( product @ SV20 @ SV44 @ SV55 )
        | ~ ( product @ SV20 @ SV66 @ SV78 )
        | ! [SY294: $i] :
            ( ~ ( sum @ SV44 @ SV66 @ SY294 )
            | ! [SY295: $i] :
                ( ~ ( product @ SV20 @ SY294 @ SY295 )
                | ( sum @ SV55 @ SV78 @ SY295 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[204]) ).

thf(224,plain,
    ! [SV79: $i,SV67: $i,SV56: $i,SV45: $i,SV21: $i] :
      ( ( ~ ( product @ SV21 @ SV45 @ SV56 )
        | ~ ( product @ SV21 @ SV67 @ SV79 )
        | ! [SY296: $i] :
            ( ~ ( sum @ SV45 @ SV67 @ SY296 )
            | ! [SY297: $i] :
                ( ~ ( sum @ SV56 @ SV79 @ SY297 )
                | ( product @ SV21 @ SY296 @ SY297 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[205]) ).

thf(225,plain,
    ! [SV80: $i,SV68: $i,SV57: $i,SV46: $i,SV22: $i] :
      ( ( ~ ( product @ SV22 @ SV46 @ SV57 )
        | ~ ( product @ SV68 @ SV46 @ SV80 )
        | ! [SY298: $i] :
            ( ~ ( sum @ SV22 @ SV68 @ SY298 )
            | ! [SY299: $i] :
                ( ~ ( product @ SY298 @ SV46 @ SY299 )
                | ( sum @ SV57 @ SV80 @ SY299 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[206]) ).

thf(226,plain,
    ! [SV81: $i,SV69: $i,SV58: $i,SV47: $i,SV23: $i] :
      ( ( ~ ( product @ SV23 @ SV47 @ SV58 )
        | ~ ( product @ SV69 @ SV47 @ SV81 )
        | ! [SY300: $i] :
            ( ~ ( sum @ SV23 @ SV69 @ SY300 )
            | ! [SY301: $i] :
                ( ~ ( sum @ SV58 @ SV81 @ SY301 )
                | ( product @ SY300 @ SV47 @ SY301 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[207]) ).

thf(227,plain,
    ! [SV59: $i,SV48: $i,SV24: $i] :
      ( ( ( sum @ SV24 @ SV48 @ SV59 )
        = $false )
      | ( ( ! [SY266: $i] :
              ( ~ ( sum @ SV24 @ SV48 @ SY266 )
              | ( equalish @ SV59 @ SY266 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(228,plain,
    ! [SV60: $i,SV49: $i,SV25: $i] :
      ( ( ( product @ SV25 @ SV49 @ SV60 )
        = $false )
      | ( ( ! [SY267: $i] :
              ( ~ ( product @ SV25 @ SV49 @ SY267 )
              | ( equalish @ SV60 @ SY267 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[209]) ).

thf(229,plain,
    ! [SV30: $i,SV82: $i,SV71: $i,SV4: $i] :
      ( ( ( ~ ( sum @ SV4 @ SV71 @ SV82 )
          | ( sum @ SV30 @ SV71 @ SV82 ) )
        = $true )
      | ( ( equalish @ SV4 @ SV30 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[211]) ).

thf(230,plain,
    ! [SV31: $i,SV83: $i,SV5: $i,SV72: $i] :
      ( ( ( ~ ( sum @ SV72 @ SV5 @ SV83 )
          | ( sum @ SV72 @ SV31 @ SV83 ) )
        = $true )
      | ( ( equalish @ SV5 @ SV31 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[212]) ).

thf(231,plain,
    ! [SV32: $i,SV6: $i,SV84: $i,SV73: $i] :
      ( ( ( ~ ( sum @ SV73 @ SV84 @ SV6 )
          | ( sum @ SV73 @ SV84 @ SV32 ) )
        = $true )
      | ( ( equalish @ SV6 @ SV32 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(232,plain,
    ! [SV34: $i,SV85: $i,SV75: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV75 @ SV85 )
          | ( product @ SV34 @ SV75 @ SV85 ) )
        = $true )
      | ( ( equalish @ SV8 @ SV34 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

thf(233,plain,
    ! [SV35: $i,SV86: $i,SV9: $i,SV76: $i] :
      ( ( ( ~ ( product @ SV76 @ SV9 @ SV86 )
          | ( product @ SV76 @ SV35 @ SV86 ) )
        = $true )
      | ( ( equalish @ SV9 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[216]) ).

thf(234,plain,
    ! [SV36: $i,SV10: $i,SV87: $i,SV77: $i] :
      ( ( ( ~ ( product @ SV77 @ SV87 @ SV10 )
          | ( product @ SV77 @ SV87 @ SV36 ) )
        = $true )
      | ( ( equalish @ SV10 @ SV36 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[217]) ).

thf(235,plain,
    ! [SV62: $i,SV50: $i,SV39: $i,SV15: $i] :
      ( ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false )
      | ( ( ! [SY268: $i] :
              ( ~ ( sum @ SV39 @ SV62 @ SY268 )
              | ! [SY269: $i] :
                  ( ~ ( sum @ SV50 @ SV62 @ SY269 )
                  | ( sum @ SV15 @ SY268 @ SY269 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(236,plain,
    ! [SV63: $i,SV51: $i,SV40: $i,SV16: $i] :
      ( ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false )
      | ( ( ! [SY270: $i] :
              ( ~ ( sum @ SV40 @ SV63 @ SY270 )
              | ! [SY271: $i] :
                  ( ~ ( sum @ SV16 @ SY270 @ SY271 )
                  | ( sum @ SV51 @ SV63 @ SY271 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(237,plain,
    ! [SV64: $i,SV53: $i,SV42: $i,SV18: $i] :
      ( ( ( product @ SV18 @ SV42 @ SV53 )
        = $false )
      | ( ( ! [SY272: $i] :
              ( ~ ( product @ SV42 @ SV64 @ SY272 )
              | ! [SY273: $i] :
                  ( ~ ( product @ SV53 @ SV64 @ SY273 )
                  | ( product @ SV18 @ SY272 @ SY273 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

thf(238,plain,
    ! [SV65: $i,SV54: $i,SV43: $i,SV19: $i] :
      ( ( ( product @ SV19 @ SV43 @ SV54 )
        = $false )
      | ( ( ! [SY274: $i] :
              ( ~ ( product @ SV43 @ SV65 @ SY274 )
              | ! [SY275: $i] :
                  ( ~ ( product @ SV19 @ SY274 @ SY275 )
                  | ( product @ SV54 @ SV65 @ SY275 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[222]) ).

thf(239,plain,
    ! [SV78: $i,SV66: $i,SV55: $i,SV44: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV44 @ SV55 ) )
        = $true )
      | ( ( ~ ( product @ SV20 @ SV66 @ SV78 )
          | ! [SY294: $i] :
              ( ~ ( sum @ SV44 @ SV66 @ SY294 )
              | ! [SY295: $i] :
                  ( ~ ( product @ SV20 @ SY294 @ SY295 )
                  | ( sum @ SV55 @ SV78 @ SY295 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[223]) ).

thf(240,plain,
    ! [SV79: $i,SV67: $i,SV56: $i,SV45: $i,SV21: $i] :
      ( ( ( ~ ( product @ SV21 @ SV45 @ SV56 ) )
        = $true )
      | ( ( ~ ( product @ SV21 @ SV67 @ SV79 )
          | ! [SY296: $i] :
              ( ~ ( sum @ SV45 @ SV67 @ SY296 )
              | ! [SY297: $i] :
                  ( ~ ( sum @ SV56 @ SV79 @ SY297 )
                  | ( product @ SV21 @ SY296 @ SY297 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(241,plain,
    ! [SV80: $i,SV68: $i,SV57: $i,SV46: $i,SV22: $i] :
      ( ( ( ~ ( product @ SV22 @ SV46 @ SV57 ) )
        = $true )
      | ( ( ~ ( product @ SV68 @ SV46 @ SV80 )
          | ! [SY298: $i] :
              ( ~ ( sum @ SV22 @ SV68 @ SY298 )
              | ! [SY299: $i] :
                  ( ~ ( product @ SY298 @ SV46 @ SY299 )
                  | ( sum @ SV57 @ SV80 @ SY299 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[225]) ).

thf(242,plain,
    ! [SV81: $i,SV69: $i,SV58: $i,SV47: $i,SV23: $i] :
      ( ( ( ~ ( product @ SV23 @ SV47 @ SV58 ) )
        = $true )
      | ( ( ~ ( product @ SV69 @ SV47 @ SV81 )
          | ! [SY300: $i] :
              ( ~ ( sum @ SV23 @ SV69 @ SY300 )
              | ! [SY301: $i] :
                  ( ~ ( sum @ SV58 @ SV81 @ SY301 )
                  | ( product @ SY300 @ SV47 @ SY301 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(243,plain,
    ! [SV59: $i,SV88: $i,SV48: $i,SV24: $i] :
      ( ( ( ~ ( sum @ SV24 @ SV48 @ SV88 )
          | ( equalish @ SV59 @ SV88 ) )
        = $true )
      | ( ( sum @ SV24 @ SV48 @ SV59 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[227]) ).

thf(244,plain,
    ! [SV60: $i,SV89: $i,SV49: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV49 @ SV89 )
          | ( equalish @ SV60 @ SV89 ) )
        = $true )
      | ( ( product @ SV25 @ SV49 @ SV60 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[228]) ).

thf(245,plain,
    ! [SV30: $i,SV82: $i,SV71: $i,SV4: $i] :
      ( ( ( ~ ( sum @ SV4 @ SV71 @ SV82 ) )
        = $true )
      | ( ( sum @ SV30 @ SV71 @ SV82 )
        = $true )
      | ( ( equalish @ SV4 @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[229]) ).

thf(246,plain,
    ! [SV31: $i,SV83: $i,SV5: $i,SV72: $i] :
      ( ( ( ~ ( sum @ SV72 @ SV5 @ SV83 ) )
        = $true )
      | ( ( sum @ SV72 @ SV31 @ SV83 )
        = $true )
      | ( ( equalish @ SV5 @ SV31 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[230]) ).

thf(247,plain,
    ! [SV32: $i,SV6: $i,SV84: $i,SV73: $i] :
      ( ( ( ~ ( sum @ SV73 @ SV84 @ SV6 ) )
        = $true )
      | ( ( sum @ SV73 @ SV84 @ SV32 )
        = $true )
      | ( ( equalish @ SV6 @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[231]) ).

thf(248,plain,
    ! [SV34: $i,SV85: $i,SV75: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV75 @ SV85 ) )
        = $true )
      | ( ( product @ SV34 @ SV75 @ SV85 )
        = $true )
      | ( ( equalish @ SV8 @ SV34 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[232]) ).

thf(249,plain,
    ! [SV35: $i,SV86: $i,SV9: $i,SV76: $i] :
      ( ( ( ~ ( product @ SV76 @ SV9 @ SV86 ) )
        = $true )
      | ( ( product @ SV76 @ SV35 @ SV86 )
        = $true )
      | ( ( equalish @ SV9 @ SV35 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[233]) ).

thf(250,plain,
    ! [SV36: $i,SV10: $i,SV87: $i,SV77: $i] :
      ( ( ( ~ ( product @ SV77 @ SV87 @ SV10 ) )
        = $true )
      | ( ( product @ SV77 @ SV87 @ SV36 )
        = $true )
      | ( ( equalish @ SV10 @ SV36 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[234]) ).

thf(251,plain,
    ! [SV15: $i,SV50: $i,SV90: $i,SV62: $i,SV39: $i] :
      ( ( ( ~ ( sum @ SV39 @ SV62 @ SV90 )
          | ! [SY302: $i] :
              ( ~ ( sum @ SV50 @ SV62 @ SY302 )
              | ( sum @ SV15 @ SV90 @ SY302 ) ) )
        = $true )
      | ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

thf(252,plain,
    ! [SV51: $i,SV16: $i,SV91: $i,SV63: $i,SV40: $i] :
      ( ( ( ~ ( sum @ SV40 @ SV63 @ SV91 )
          | ! [SY303: $i] :
              ( ~ ( sum @ SV16 @ SV91 @ SY303 )
              | ( sum @ SV51 @ SV63 @ SY303 ) ) )
        = $true )
      | ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[236]) ).

thf(253,plain,
    ! [SV18: $i,SV53: $i,SV92: $i,SV64: $i,SV42: $i] :
      ( ( ( ~ ( product @ SV42 @ SV64 @ SV92 )
          | ! [SY304: $i] :
              ( ~ ( product @ SV53 @ SV64 @ SY304 )
              | ( product @ SV18 @ SV92 @ SY304 ) ) )
        = $true )
      | ( ( product @ SV18 @ SV42 @ SV53 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

thf(254,plain,
    ! [SV54: $i,SV19: $i,SV93: $i,SV65: $i,SV43: $i] :
      ( ( ( ~ ( product @ SV43 @ SV65 @ SV93 )
          | ! [SY305: $i] :
              ( ~ ( product @ SV19 @ SV93 @ SY305 )
              | ( product @ SV54 @ SV65 @ SY305 ) ) )
        = $true )
      | ( ( product @ SV19 @ SV43 @ SV54 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

thf(255,plain,
    ! [SV78: $i,SV66: $i,SV55: $i,SV44: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV44 @ SV55 )
        = $false )
      | ( ( ~ ( product @ SV20 @ SV66 @ SV78 )
          | ! [SY294: $i] :
              ( ~ ( sum @ SV44 @ SV66 @ SY294 )
              | ! [SY295: $i] :
                  ( ~ ( product @ SV20 @ SY294 @ SY295 )
                  | ( sum @ SV55 @ SV78 @ SY295 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[239]) ).

thf(256,plain,
    ! [SV79: $i,SV67: $i,SV56: $i,SV45: $i,SV21: $i] :
      ( ( ( product @ SV21 @ SV45 @ SV56 )
        = $false )
      | ( ( ~ ( product @ SV21 @ SV67 @ SV79 )
          | ! [SY296: $i] :
              ( ~ ( sum @ SV45 @ SV67 @ SY296 )
              | ! [SY297: $i] :
                  ( ~ ( sum @ SV56 @ SV79 @ SY297 )
                  | ( product @ SV21 @ SY296 @ SY297 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[240]) ).

thf(257,plain,
    ! [SV80: $i,SV68: $i,SV57: $i,SV46: $i,SV22: $i] :
      ( ( ( product @ SV22 @ SV46 @ SV57 )
        = $false )
      | ( ( ~ ( product @ SV68 @ SV46 @ SV80 )
          | ! [SY298: $i] :
              ( ~ ( sum @ SV22 @ SV68 @ SY298 )
              | ! [SY299: $i] :
                  ( ~ ( product @ SY298 @ SV46 @ SY299 )
                  | ( sum @ SV57 @ SV80 @ SY299 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[241]) ).

thf(258,plain,
    ! [SV81: $i,SV69: $i,SV58: $i,SV47: $i,SV23: $i] :
      ( ( ( product @ SV23 @ SV47 @ SV58 )
        = $false )
      | ( ( ~ ( product @ SV69 @ SV47 @ SV81 )
          | ! [SY300: $i] :
              ( ~ ( sum @ SV23 @ SV69 @ SY300 )
              | ! [SY301: $i] :
                  ( ~ ( sum @ SV58 @ SV81 @ SY301 )
                  | ( product @ SY300 @ SV47 @ SY301 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[242]) ).

thf(259,plain,
    ! [SV59: $i,SV88: $i,SV48: $i,SV24: $i] :
      ( ( ( ~ ( sum @ SV24 @ SV48 @ SV88 ) )
        = $true )
      | ( ( equalish @ SV59 @ SV88 )
        = $true )
      | ( ( sum @ SV24 @ SV48 @ SV59 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[243]) ).

thf(260,plain,
    ! [SV60: $i,SV89: $i,SV49: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV49 @ SV89 ) )
        = $true )
      | ( ( equalish @ SV60 @ SV89 )
        = $true )
      | ( ( product @ SV25 @ SV49 @ SV60 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[244]) ).

thf(261,plain,
    ! [SV30: $i,SV82: $i,SV71: $i,SV4: $i] :
      ( ( ( sum @ SV4 @ SV71 @ SV82 )
        = $false )
      | ( ( sum @ SV30 @ SV71 @ SV82 )
        = $true )
      | ( ( equalish @ SV4 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[245]) ).

thf(262,plain,
    ! [SV31: $i,SV83: $i,SV5: $i,SV72: $i] :
      ( ( ( sum @ SV72 @ SV5 @ SV83 )
        = $false )
      | ( ( sum @ SV72 @ SV31 @ SV83 )
        = $true )
      | ( ( equalish @ SV5 @ SV31 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(263,plain,
    ! [SV32: $i,SV6: $i,SV84: $i,SV73: $i] :
      ( ( ( sum @ SV73 @ SV84 @ SV6 )
        = $false )
      | ( ( sum @ SV73 @ SV84 @ SV32 )
        = $true )
      | ( ( equalish @ SV6 @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(264,plain,
    ! [SV34: $i,SV85: $i,SV75: $i,SV8: $i] :
      ( ( ( product @ SV8 @ SV75 @ SV85 )
        = $false )
      | ( ( product @ SV34 @ SV75 @ SV85 )
        = $true )
      | ( ( equalish @ SV8 @ SV34 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[248]) ).

thf(265,plain,
    ! [SV35: $i,SV86: $i,SV9: $i,SV76: $i] :
      ( ( ( product @ SV76 @ SV9 @ SV86 )
        = $false )
      | ( ( product @ SV76 @ SV35 @ SV86 )
        = $true )
      | ( ( equalish @ SV9 @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[249]) ).

thf(266,plain,
    ! [SV36: $i,SV10: $i,SV87: $i,SV77: $i] :
      ( ( ( product @ SV77 @ SV87 @ SV10 )
        = $false )
      | ( ( product @ SV77 @ SV87 @ SV36 )
        = $true )
      | ( ( equalish @ SV10 @ SV36 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[250]) ).

thf(267,plain,
    ! [SV15: $i,SV50: $i,SV90: $i,SV62: $i,SV39: $i] :
      ( ( ( ~ ( sum @ SV39 @ SV62 @ SV90 ) )
        = $true )
      | ( ( ! [SY302: $i] :
              ( ~ ( sum @ SV50 @ SV62 @ SY302 )
              | ( sum @ SV15 @ SV90 @ SY302 ) ) )
        = $true )
      | ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[251]) ).

thf(268,plain,
    ! [SV51: $i,SV16: $i,SV91: $i,SV63: $i,SV40: $i] :
      ( ( ( ~ ( sum @ SV40 @ SV63 @ SV91 ) )
        = $true )
      | ( ( ! [SY303: $i] :
              ( ~ ( sum @ SV16 @ SV91 @ SY303 )
              | ( sum @ SV51 @ SV63 @ SY303 ) ) )
        = $true )
      | ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[252]) ).

thf(269,plain,
    ! [SV18: $i,SV53: $i,SV92: $i,SV64: $i,SV42: $i] :
      ( ( ( ~ ( product @ SV42 @ SV64 @ SV92 ) )
        = $true )
      | ( ( ! [SY304: $i] :
              ( ~ ( product @ SV53 @ SV64 @ SY304 )
              | ( product @ SV18 @ SV92 @ SY304 ) ) )
        = $true )
      | ( ( product @ SV18 @ SV42 @ SV53 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(270,plain,
    ! [SV54: $i,SV19: $i,SV93: $i,SV65: $i,SV43: $i] :
      ( ( ( ~ ( product @ SV43 @ SV65 @ SV93 ) )
        = $true )
      | ( ( ! [SY305: $i] :
              ( ~ ( product @ SV19 @ SV93 @ SY305 )
              | ( product @ SV54 @ SV65 @ SY305 ) ) )
        = $true )
      | ( ( product @ SV19 @ SV43 @ SV54 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(271,plain,
    ! [SV55: $i,SV44: $i,SV78: $i,SV66: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV66 @ SV78 ) )
        = $true )
      | ( ( ! [SY294: $i] :
              ( ~ ( sum @ SV44 @ SV66 @ SY294 )
              | ! [SY295: $i] :
                  ( ~ ( product @ SV20 @ SY294 @ SY295 )
                  | ( sum @ SV55 @ SV78 @ SY295 ) ) ) )
        = $true )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[255]) ).

thf(272,plain,
    ! [SV56: $i,SV45: $i,SV79: $i,SV67: $i,SV21: $i] :
      ( ( ( ~ ( product @ SV21 @ SV67 @ SV79 ) )
        = $true )
      | ( ( ! [SY296: $i] :
              ( ~ ( sum @ SV45 @ SV67 @ SY296 )
              | ! [SY297: $i] :
                  ( ~ ( sum @ SV56 @ SV79 @ SY297 )
                  | ( product @ SV21 @ SY296 @ SY297 ) ) ) )
        = $true )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[256]) ).

thf(273,plain,
    ! [SV57: $i,SV22: $i,SV80: $i,SV46: $i,SV68: $i] :
      ( ( ( ~ ( product @ SV68 @ SV46 @ SV80 ) )
        = $true )
      | ( ( ! [SY298: $i] :
              ( ~ ( sum @ SV22 @ SV68 @ SY298 )
              | ! [SY299: $i] :
                  ( ~ ( product @ SY298 @ SV46 @ SY299 )
                  | ( sum @ SV57 @ SV80 @ SY299 ) ) ) )
        = $true )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[257]) ).

thf(274,plain,
    ! [SV58: $i,SV23: $i,SV81: $i,SV47: $i,SV69: $i] :
      ( ( ( ~ ( product @ SV69 @ SV47 @ SV81 ) )
        = $true )
      | ( ( ! [SY300: $i] :
              ( ~ ( sum @ SV23 @ SV69 @ SY300 )
              | ! [SY301: $i] :
                  ( ~ ( sum @ SV58 @ SV81 @ SY301 )
                  | ( product @ SY300 @ SV47 @ SY301 ) ) ) )
        = $true )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[258]) ).

thf(275,plain,
    ! [SV59: $i,SV88: $i,SV48: $i,SV24: $i] :
      ( ( ( sum @ SV24 @ SV48 @ SV88 )
        = $false )
      | ( ( equalish @ SV59 @ SV88 )
        = $true )
      | ( ( sum @ SV24 @ SV48 @ SV59 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[259]) ).

thf(276,plain,
    ! [SV60: $i,SV89: $i,SV49: $i,SV25: $i] :
      ( ( ( product @ SV25 @ SV49 @ SV89 )
        = $false )
      | ( ( equalish @ SV60 @ SV89 )
        = $true )
      | ( ( product @ SV25 @ SV49 @ SV60 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[260]) ).

thf(277,plain,
    ! [SV15: $i,SV50: $i,SV90: $i,SV62: $i,SV39: $i] :
      ( ( ( sum @ SV39 @ SV62 @ SV90 )
        = $false )
      | ( ( ! [SY302: $i] :
              ( ~ ( sum @ SV50 @ SV62 @ SY302 )
              | ( sum @ SV15 @ SV90 @ SY302 ) ) )
        = $true )
      | ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[267]) ).

thf(278,plain,
    ! [SV51: $i,SV16: $i,SV91: $i,SV63: $i,SV40: $i] :
      ( ( ( sum @ SV40 @ SV63 @ SV91 )
        = $false )
      | ( ( ! [SY303: $i] :
              ( ~ ( sum @ SV16 @ SV91 @ SY303 )
              | ( sum @ SV51 @ SV63 @ SY303 ) ) )
        = $true )
      | ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[268]) ).

thf(279,plain,
    ! [SV18: $i,SV53: $i,SV92: $i,SV64: $i,SV42: $i] :
      ( ( ( product @ SV42 @ SV64 @ SV92 )
        = $false )
      | ( ( ! [SY304: $i] :
              ( ~ ( product @ SV53 @ SV64 @ SY304 )
              | ( product @ SV18 @ SV92 @ SY304 ) ) )
        = $true )
      | ( ( product @ SV18 @ SV42 @ SV53 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[269]) ).

thf(280,plain,
    ! [SV54: $i,SV19: $i,SV93: $i,SV65: $i,SV43: $i] :
      ( ( ( product @ SV43 @ SV65 @ SV93 )
        = $false )
      | ( ( ! [SY305: $i] :
              ( ~ ( product @ SV19 @ SV93 @ SY305 )
              | ( product @ SV54 @ SV65 @ SY305 ) ) )
        = $true )
      | ( ( product @ SV19 @ SV43 @ SV54 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[270]) ).

thf(281,plain,
    ! [SV55: $i,SV44: $i,SV78: $i,SV66: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( ! [SY294: $i] :
              ( ~ ( sum @ SV44 @ SV66 @ SY294 )
              | ! [SY295: $i] :
                  ( ~ ( product @ SV20 @ SY294 @ SY295 )
                  | ( sum @ SV55 @ SV78 @ SY295 ) ) ) )
        = $true )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(282,plain,
    ! [SV56: $i,SV45: $i,SV79: $i,SV67: $i,SV21: $i] :
      ( ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( ! [SY296: $i] :
              ( ~ ( sum @ SV45 @ SV67 @ SY296 )
              | ! [SY297: $i] :
                  ( ~ ( sum @ SV56 @ SV79 @ SY297 )
                  | ( product @ SV21 @ SY296 @ SY297 ) ) ) )
        = $true )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[272]) ).

thf(283,plain,
    ! [SV57: $i,SV22: $i,SV80: $i,SV46: $i,SV68: $i] :
      ( ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( ! [SY298: $i] :
              ( ~ ( sum @ SV22 @ SV68 @ SY298 )
              | ! [SY299: $i] :
                  ( ~ ( product @ SY298 @ SV46 @ SY299 )
                  | ( sum @ SV57 @ SV80 @ SY299 ) ) ) )
        = $true )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[273]) ).

thf(284,plain,
    ! [SV58: $i,SV23: $i,SV81: $i,SV47: $i,SV69: $i] :
      ( ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( ! [SY300: $i] :
              ( ~ ( sum @ SV23 @ SV69 @ SY300 )
              | ! [SY301: $i] :
                  ( ~ ( sum @ SV58 @ SV81 @ SY301 )
                  | ( product @ SY300 @ SV47 @ SY301 ) ) ) )
        = $true )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[274]) ).

thf(285,plain,
    ! [SV39: $i,SV90: $i,SV15: $i,SV94: $i,SV62: $i,SV50: $i] :
      ( ( ( ~ ( sum @ SV50 @ SV62 @ SV94 )
          | ( sum @ SV15 @ SV90 @ SV94 ) )
        = $true )
      | ( ( sum @ SV39 @ SV62 @ SV90 )
        = $false )
      | ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(286,plain,
    ! [SV40: $i,SV63: $i,SV51: $i,SV95: $i,SV91: $i,SV16: $i] :
      ( ( ( ~ ( sum @ SV16 @ SV91 @ SV95 )
          | ( sum @ SV51 @ SV63 @ SV95 ) )
        = $true )
      | ( ( sum @ SV40 @ SV63 @ SV91 )
        = $false )
      | ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[278]) ).

thf(287,plain,
    ! [SV42: $i,SV92: $i,SV18: $i,SV96: $i,SV64: $i,SV53: $i] :
      ( ( ( ~ ( product @ SV53 @ SV64 @ SV96 )
          | ( product @ SV18 @ SV92 @ SV96 ) )
        = $true )
      | ( ( product @ SV42 @ SV64 @ SV92 )
        = $false )
      | ( ( product @ SV18 @ SV42 @ SV53 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[279]) ).

thf(288,plain,
    ! [SV43: $i,SV65: $i,SV54: $i,SV97: $i,SV93: $i,SV19: $i] :
      ( ( ( ~ ( product @ SV19 @ SV93 @ SV97 )
          | ( product @ SV54 @ SV65 @ SV97 ) )
        = $true )
      | ( ( product @ SV43 @ SV65 @ SV93 )
        = $false )
      | ( ( product @ SV19 @ SV43 @ SV54 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[280]) ).

thf(289,plain,
    ! [SV78: $i,SV55: $i,SV20: $i,SV98: $i,SV66: $i,SV44: $i] :
      ( ( ( ~ ( sum @ SV44 @ SV66 @ SV98 )
          | ! [SY306: $i] :
              ( ~ ( product @ SV20 @ SV98 @ SY306 )
              | ( sum @ SV55 @ SV78 @ SY306 ) ) )
        = $true )
      | ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[281]) ).

thf(290,plain,
    ! [SV21: $i,SV79: $i,SV56: $i,SV99: $i,SV67: $i,SV45: $i] :
      ( ( ( ~ ( sum @ SV45 @ SV67 @ SV99 )
          | ! [SY307: $i] :
              ( ~ ( sum @ SV56 @ SV79 @ SY307 )
              | ( product @ SV21 @ SV99 @ SY307 ) ) )
        = $true )
      | ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[282]) ).

thf(291,plain,
    ! [SV80: $i,SV57: $i,SV46: $i,SV100: $i,SV68: $i,SV22: $i] :
      ( ( ( ~ ( sum @ SV22 @ SV68 @ SV100 )
          | ! [SY308: $i] :
              ( ~ ( product @ SV100 @ SV46 @ SY308 )
              | ( sum @ SV57 @ SV80 @ SY308 ) ) )
        = $true )
      | ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[283]) ).

thf(292,plain,
    ! [SV47: $i,SV81: $i,SV58: $i,SV101: $i,SV69: $i,SV23: $i] :
      ( ( ( ~ ( sum @ SV23 @ SV69 @ SV101 )
          | ! [SY309: $i] :
              ( ~ ( sum @ SV58 @ SV81 @ SY309 )
              | ( product @ SV101 @ SV47 @ SY309 ) ) )
        = $true )
      | ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[284]) ).

thf(293,plain,
    ! [SV39: $i,SV90: $i,SV15: $i,SV94: $i,SV62: $i,SV50: $i] :
      ( ( ( ~ ( sum @ SV50 @ SV62 @ SV94 ) )
        = $true )
      | ( ( sum @ SV15 @ SV90 @ SV94 )
        = $true )
      | ( ( sum @ SV39 @ SV62 @ SV90 )
        = $false )
      | ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[285]) ).

thf(294,plain,
    ! [SV40: $i,SV63: $i,SV51: $i,SV95: $i,SV91: $i,SV16: $i] :
      ( ( ( ~ ( sum @ SV16 @ SV91 @ SV95 ) )
        = $true )
      | ( ( sum @ SV51 @ SV63 @ SV95 )
        = $true )
      | ( ( sum @ SV40 @ SV63 @ SV91 )
        = $false )
      | ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[286]) ).

thf(295,plain,
    ! [SV42: $i,SV92: $i,SV18: $i,SV96: $i,SV64: $i,SV53: $i] :
      ( ( ( ~ ( product @ SV53 @ SV64 @ SV96 ) )
        = $true )
      | ( ( product @ SV18 @ SV92 @ SV96 )
        = $true )
      | ( ( product @ SV42 @ SV64 @ SV92 )
        = $false )
      | ( ( product @ SV18 @ SV42 @ SV53 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[287]) ).

thf(296,plain,
    ! [SV43: $i,SV65: $i,SV54: $i,SV97: $i,SV93: $i,SV19: $i] :
      ( ( ( ~ ( product @ SV19 @ SV93 @ SV97 ) )
        = $true )
      | ( ( product @ SV54 @ SV65 @ SV97 )
        = $true )
      | ( ( product @ SV43 @ SV65 @ SV93 )
        = $false )
      | ( ( product @ SV19 @ SV43 @ SV54 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[288]) ).

thf(297,plain,
    ! [SV78: $i,SV55: $i,SV20: $i,SV98: $i,SV66: $i,SV44: $i] :
      ( ( ( ~ ( sum @ SV44 @ SV66 @ SV98 ) )
        = $true )
      | ( ( ! [SY306: $i] :
              ( ~ ( product @ SV20 @ SV98 @ SY306 )
              | ( sum @ SV55 @ SV78 @ SY306 ) ) )
        = $true )
      | ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[289]) ).

thf(298,plain,
    ! [SV21: $i,SV79: $i,SV56: $i,SV99: $i,SV67: $i,SV45: $i] :
      ( ( ( ~ ( sum @ SV45 @ SV67 @ SV99 ) )
        = $true )
      | ( ( ! [SY307: $i] :
              ( ~ ( sum @ SV56 @ SV79 @ SY307 )
              | ( product @ SV21 @ SV99 @ SY307 ) ) )
        = $true )
      | ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[290]) ).

thf(299,plain,
    ! [SV80: $i,SV57: $i,SV46: $i,SV100: $i,SV68: $i,SV22: $i] :
      ( ( ( ~ ( sum @ SV22 @ SV68 @ SV100 ) )
        = $true )
      | ( ( ! [SY308: $i] :
              ( ~ ( product @ SV100 @ SV46 @ SY308 )
              | ( sum @ SV57 @ SV80 @ SY308 ) ) )
        = $true )
      | ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[291]) ).

thf(300,plain,
    ! [SV47: $i,SV81: $i,SV58: $i,SV101: $i,SV69: $i,SV23: $i] :
      ( ( ( ~ ( sum @ SV23 @ SV69 @ SV101 ) )
        = $true )
      | ( ( ! [SY309: $i] :
              ( ~ ( sum @ SV58 @ SV81 @ SY309 )
              | ( product @ SV101 @ SV47 @ SY309 ) ) )
        = $true )
      | ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[292]) ).

thf(301,plain,
    ! [SV39: $i,SV90: $i,SV15: $i,SV94: $i,SV62: $i,SV50: $i] :
      ( ( ( sum @ SV50 @ SV62 @ SV94 )
        = $false )
      | ( ( sum @ SV15 @ SV90 @ SV94 )
        = $true )
      | ( ( sum @ SV39 @ SV62 @ SV90 )
        = $false )
      | ( ( sum @ SV15 @ SV39 @ SV50 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[293]) ).

thf(302,plain,
    ! [SV40: $i,SV63: $i,SV51: $i,SV95: $i,SV91: $i,SV16: $i] :
      ( ( ( sum @ SV16 @ SV91 @ SV95 )
        = $false )
      | ( ( sum @ SV51 @ SV63 @ SV95 )
        = $true )
      | ( ( sum @ SV40 @ SV63 @ SV91 )
        = $false )
      | ( ( sum @ SV16 @ SV40 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[294]) ).

thf(303,plain,
    ! [SV42: $i,SV92: $i,SV18: $i,SV96: $i,SV64: $i,SV53: $i] :
      ( ( ( product @ SV53 @ SV64 @ SV96 )
        = $false )
      | ( ( product @ SV18 @ SV92 @ SV96 )
        = $true )
      | ( ( product @ SV42 @ SV64 @ SV92 )
        = $false )
      | ( ( product @ SV18 @ SV42 @ SV53 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[295]) ).

thf(304,plain,
    ! [SV43: $i,SV65: $i,SV54: $i,SV97: $i,SV93: $i,SV19: $i] :
      ( ( ( product @ SV19 @ SV93 @ SV97 )
        = $false )
      | ( ( product @ SV54 @ SV65 @ SV97 )
        = $true )
      | ( ( product @ SV43 @ SV65 @ SV93 )
        = $false )
      | ( ( product @ SV19 @ SV43 @ SV54 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[296]) ).

thf(305,plain,
    ! [SV78: $i,SV55: $i,SV20: $i,SV98: $i,SV66: $i,SV44: $i] :
      ( ( ( sum @ SV44 @ SV66 @ SV98 )
        = $false )
      | ( ( ! [SY306: $i] :
              ( ~ ( product @ SV20 @ SV98 @ SY306 )
              | ( sum @ SV55 @ SV78 @ SY306 ) ) )
        = $true )
      | ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[297]) ).

thf(306,plain,
    ! [SV21: $i,SV79: $i,SV56: $i,SV99: $i,SV67: $i,SV45: $i] :
      ( ( ( sum @ SV45 @ SV67 @ SV99 )
        = $false )
      | ( ( ! [SY307: $i] :
              ( ~ ( sum @ SV56 @ SV79 @ SY307 )
              | ( product @ SV21 @ SV99 @ SY307 ) ) )
        = $true )
      | ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[298]) ).

thf(307,plain,
    ! [SV80: $i,SV57: $i,SV46: $i,SV100: $i,SV68: $i,SV22: $i] :
      ( ( ( sum @ SV22 @ SV68 @ SV100 )
        = $false )
      | ( ( ! [SY308: $i] :
              ( ~ ( product @ SV100 @ SV46 @ SY308 )
              | ( sum @ SV57 @ SV80 @ SY308 ) ) )
        = $true )
      | ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[299]) ).

thf(308,plain,
    ! [SV47: $i,SV81: $i,SV58: $i,SV101: $i,SV69: $i,SV23: $i] :
      ( ( ( sum @ SV23 @ SV69 @ SV101 )
        = $false )
      | ( ( ! [SY309: $i] :
              ( ~ ( sum @ SV58 @ SV81 @ SY309 )
              | ( product @ SV101 @ SV47 @ SY309 ) ) )
        = $true )
      | ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[300]) ).

thf(309,plain,
    ! [SV66: $i,SV44: $i,SV78: $i,SV55: $i,SV102: $i,SV98: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV98 @ SV102 )
          | ( sum @ SV55 @ SV78 @ SV102 ) )
        = $true )
      | ( ( sum @ SV44 @ SV66 @ SV98 )
        = $false )
      | ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[305]) ).

thf(310,plain,
    ! [SV67: $i,SV45: $i,SV99: $i,SV21: $i,SV103: $i,SV79: $i,SV56: $i] :
      ( ( ( ~ ( sum @ SV56 @ SV79 @ SV103 )
          | ( product @ SV21 @ SV99 @ SV103 ) )
        = $true )
      | ( ( sum @ SV45 @ SV67 @ SV99 )
        = $false )
      | ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[306]) ).

thf(311,plain,
    ! [SV68: $i,SV22: $i,SV80: $i,SV57: $i,SV104: $i,SV46: $i,SV100: $i] :
      ( ( ( ~ ( product @ SV100 @ SV46 @ SV104 )
          | ( sum @ SV57 @ SV80 @ SV104 ) )
        = $true )
      | ( ( sum @ SV22 @ SV68 @ SV100 )
        = $false )
      | ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[307]) ).

thf(312,plain,
    ! [SV69: $i,SV23: $i,SV47: $i,SV101: $i,SV105: $i,SV81: $i,SV58: $i] :
      ( ( ( ~ ( sum @ SV58 @ SV81 @ SV105 )
          | ( product @ SV101 @ SV47 @ SV105 ) )
        = $true )
      | ( ( sum @ SV23 @ SV69 @ SV101 )
        = $false )
      | ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[308]) ).

thf(313,plain,
    ! [SV66: $i,SV44: $i,SV78: $i,SV55: $i,SV102: $i,SV98: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV98 @ SV102 ) )
        = $true )
      | ( ( sum @ SV55 @ SV78 @ SV102 )
        = $true )
      | ( ( sum @ SV44 @ SV66 @ SV98 )
        = $false )
      | ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[309]) ).

thf(314,plain,
    ! [SV67: $i,SV45: $i,SV99: $i,SV21: $i,SV103: $i,SV79: $i,SV56: $i] :
      ( ( ( ~ ( sum @ SV56 @ SV79 @ SV103 ) )
        = $true )
      | ( ( product @ SV21 @ SV99 @ SV103 )
        = $true )
      | ( ( sum @ SV45 @ SV67 @ SV99 )
        = $false )
      | ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[310]) ).

thf(315,plain,
    ! [SV68: $i,SV22: $i,SV80: $i,SV57: $i,SV104: $i,SV46: $i,SV100: $i] :
      ( ( ( ~ ( product @ SV100 @ SV46 @ SV104 ) )
        = $true )
      | ( ( sum @ SV57 @ SV80 @ SV104 )
        = $true )
      | ( ( sum @ SV22 @ SV68 @ SV100 )
        = $false )
      | ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[311]) ).

thf(316,plain,
    ! [SV69: $i,SV23: $i,SV47: $i,SV101: $i,SV105: $i,SV81: $i,SV58: $i] :
      ( ( ( ~ ( sum @ SV58 @ SV81 @ SV105 ) )
        = $true )
      | ( ( product @ SV101 @ SV47 @ SV105 )
        = $true )
      | ( ( sum @ SV23 @ SV69 @ SV101 )
        = $false )
      | ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[312]) ).

thf(317,plain,
    ! [SV66: $i,SV44: $i,SV78: $i,SV55: $i,SV102: $i,SV98: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV98 @ SV102 )
        = $false )
      | ( ( sum @ SV55 @ SV78 @ SV102 )
        = $true )
      | ( ( sum @ SV44 @ SV66 @ SV98 )
        = $false )
      | ( ( product @ SV20 @ SV66 @ SV78 )
        = $false )
      | ( ( product @ SV20 @ SV44 @ SV55 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[313]) ).

thf(318,plain,
    ! [SV67: $i,SV45: $i,SV99: $i,SV21: $i,SV103: $i,SV79: $i,SV56: $i] :
      ( ( ( sum @ SV56 @ SV79 @ SV103 )
        = $false )
      | ( ( product @ SV21 @ SV99 @ SV103 )
        = $true )
      | ( ( sum @ SV45 @ SV67 @ SV99 )
        = $false )
      | ( ( product @ SV21 @ SV67 @ SV79 )
        = $false )
      | ( ( product @ SV21 @ SV45 @ SV56 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[314]) ).

thf(319,plain,
    ! [SV68: $i,SV22: $i,SV80: $i,SV57: $i,SV104: $i,SV46: $i,SV100: $i] :
      ( ( ( product @ SV100 @ SV46 @ SV104 )
        = $false )
      | ( ( sum @ SV57 @ SV80 @ SV104 )
        = $true )
      | ( ( sum @ SV22 @ SV68 @ SV100 )
        = $false )
      | ( ( product @ SV68 @ SV46 @ SV80 )
        = $false )
      | ( ( product @ SV22 @ SV46 @ SV57 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[315]) ).

thf(320,plain,
    ! [SV69: $i,SV23: $i,SV47: $i,SV101: $i,SV105: $i,SV81: $i,SV58: $i] :
      ( ( ( sum @ SV58 @ SV81 @ SV105 )
        = $false )
      | ( ( product @ SV101 @ SV47 @ SV105 )
        = $true )
      | ( ( sum @ SV23 @ SV69 @ SV101 )
        = $false )
      | ( ( product @ SV69 @ SV47 @ SV81 )
        = $false )
      | ( ( product @ SV23 @ SV47 @ SV58 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[316]) ).

thf(321,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[87,320,319,318,317,304,303,302,301,276,275,266,265,264,263,262,261,220,214,210,190,189,156,155,144,143,142,130,127,116,115]) ).

thf(322,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[321]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : RNG038-2 : TPTP v8.1.0. Released v1.0.0.
% 0.00/0.11  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.10/0.30  % Computer : n032.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 600
% 0.10/0.30  % DateTime : Mon May 30 19:28:42 EDT 2022
% 0.10/0.30  % CPUTime  : 
% 0.15/0.34  
% 0.15/0.34   No.of.Axioms: 30
% 0.15/0.34  
% 0.15/0.34   Length.of.Defs: 0
% 0.15/0.34  
% 0.15/0.34   Contains.Choice.Funs: false
% 0.15/0.36  .
% 0.15/0.38  (rf:0,axioms:30,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:32,loop_count:0,foatp_calls:0,translation:fof_full)......................
% 0.15/0.52  
% 0.15/0.52  ********************************
% 0.15/0.52  *   All subproblems solved!    *
% 0.15/0.52  ********************************
% 0.15/0.52  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:30,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:321,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.15/0.57  
% 0.15/0.57  %**** Beginning of derivation protocol ****
% 0.15/0.57  % SZS output start CNFRefutation
% See solution above
% 0.15/0.57  
% 0.15/0.57  %**** End of derivation protocol ****
% 0.15/0.57  %**** no. of clauses in derivation: 322 ****
% 0.15/0.57  %**** clause counter: 321 ****
% 0.15/0.57  
% 0.15/0.57  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:30,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:321,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------